C# Class Terra.Greedy.TrackedTriangle

Inheritance: Terra.Geometry.Triangle
Mostra file Open project: WCell/WCell-Terrain Class Usage Examples

Public Methods

Method Description
GetCandidate ( int &x, int &y ) : void
SetCandidate ( int x, int y, float f ) : void
TrackedTriangle ( Edge edge ) : System
TrackedTriangle ( Edge edge, int token ) : System
Update ( Subdivision sub ) : void

Method Details

GetCandidate() public method

public GetCandidate ( int &x, int &y ) : void
x int
y int
return void

SetCandidate() public method

public SetCandidate ( int x, int y, float f ) : void
x int
y int
f float
return void

TrackedTriangle() public method

public TrackedTriangle ( Edge edge ) : System
edge Edge
return System

TrackedTriangle() public method

public TrackedTriangle ( Edge edge, int token ) : System
edge Edge
token int
return System

Update() public method

public Update ( Subdivision sub ) : void
sub Subdivision
return void