C# Class NvTriStripDotNet.VertexCache

Mostra file Open project: TGEnigma/NvTriStrip.Net Class Usage Examples

Public Methods

Method Description
AddEntry ( int entry ) : int
At ( int index ) : int
Clear ( ) : void
Copy ( VertexCache inVcache ) : void
Set ( int index, int value ) : void
VertexCache ( ) : System.Runtime.CompilerServices
VertexCache ( int size ) : System.Runtime.CompilerServices

Private Methods

Method Description
InCache ( int entry ) : bool

Method Details

AddEntry() public method

public AddEntry ( int entry ) : int
entry int
return int

At() public method

public At ( int index ) : int
index int
return int

Clear() public method

public Clear ( ) : void
return void

Copy() public method

public Copy ( VertexCache inVcache ) : void
inVcache VertexCache
return void

Set() public method

public Set ( int index, int value ) : void
index int
value int
return void

VertexCache() public method

public VertexCache ( ) : System.Runtime.CompilerServices
return System.Runtime.CompilerServices

VertexCache() public method

public VertexCache ( int size ) : System.Runtime.CompilerServices
size int
return System.Runtime.CompilerServices