C# 클래스 Transvoxel.VolumeData.CompactOctree.CompactOctree

상속: IVolumeData
파일 보기 프로젝트 열기: BinaryConstruct/Transvoxel-XNA

공개 메소드들

메소드 설명
CompactOctree ( ) : System
Head ( ) : OctreeNode
ToString ( ) : string
this ( Vector3i v ) : sbyte
this ( int x, int y, int z ) : sbyte

메소드 상세

CompactOctree() 공개 메소드

public CompactOctree ( ) : System
리턴 System

Head() 공개 메소드

public Head ( ) : OctreeNode
리턴 OctreeNode

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( Vector3i v ) : sbyte
v Transvoxel.Math.Vector3i
리턴 sbyte

this() 공개 메소드

public this ( int x, int y, int z ) : sbyte
x int
y int
z int
리턴 sbyte