C# Class Transvoxel.Lengyel.Tables.RegularCell

Mostra file Open project: BinaryConstruct/Transvoxel-XNA

Public Methods

Method Description
GetTriangleCount ( ) : long
GetVertexCount ( ) : long
Indizes ( ) : byte[]
RegularCell ( byte gc, byte vi ) : System

Method Details

GetTriangleCount() public method

public GetTriangleCount ( ) : long
return long

GetVertexCount() public method

public GetVertexCount ( ) : long
return long

Indizes() public method

public Indizes ( ) : byte[]
return byte[]

RegularCell() public method

public RegularCell ( byte gc, byte vi ) : System
gc byte
vi byte
return System