C# Class Transvoxel.SurfaceExtractor.RegularCellCache

Afficher le fichier Open project: BinaryConstruct/Transvoxel-XNA Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
SetReusableIndex ( Vector3i pos, byte reuseIndex, ushort p ) : void

Method Details

GetReusedIndex() public méthode

public GetReusedIndex ( Vector3i pos, byte rDir ) : ReuseCell
pos Transvoxel.Math.Vector3i
rDir byte
Résultat ReuseCell

RegularCellCache() public méthode

public RegularCellCache ( int chunksize ) : System.Diagnostics
chunksize int
Résultat System.Diagnostics

this() public méthode

public this ( Vector3i v ) : ReuseCell
v Transvoxel.Math.Vector3i
Résultat ReuseCell

this() public méthode

public this ( int x, int y, int z ) : ReuseCell
x int
y int
z int
Résultat ReuseCell