C# Class Transvoxel.SurfaceExtractor.RegularCellCache

Exibir arquivo Open project: BinaryConstruct/Transvoxel-XNA Class Usage Examples

Public Methods

Method Description
GetReusedIndex ( Vector3i pos, byte rDir ) : ReuseCell
RegularCellCache ( int chunksize ) : System.Diagnostics
this ( Vector3i v ) : ReuseCell
this ( int x, int y, int z ) : ReuseCell

Private Methods

Method Description
SetReusableIndex ( Vector3i pos, byte reuseIndex, ushort p ) : void

Method Details

GetReusedIndex() public method

public GetReusedIndex ( Vector3i pos, byte rDir ) : ReuseCell
pos Transvoxel.Math.Vector3i
rDir byte
return ReuseCell

RegularCellCache() public method

public RegularCellCache ( int chunksize ) : System.Diagnostics
chunksize int
return System.Diagnostics

this() public method

public this ( Vector3i v ) : ReuseCell
v Transvoxel.Math.Vector3i
return ReuseCell

this() public method

public this ( int x, int y, int z ) : ReuseCell
x int
y int
z int
return ReuseCell