C# Class Terra.Greedy.TrackedTriangle

Inheritance: Terra.Geometry.Triangle
Afficher le fichier Open project: WCell/WCell-Terrain Class Usage Examples

Méthodes publiques

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

public GetCandidate ( int &x, int &y ) : void
x int
y int
Résultat void

SetCandidate() public méthode

public SetCandidate ( int x, int y, float f ) : void
x int
y int
f float
Résultat void

TrackedTriangle() public méthode

public TrackedTriangle ( Edge edge ) : System
edge Edge
Résultat System

TrackedTriangle() public méthode

public TrackedTriangle ( Edge edge, int token ) : System
edge Edge
token int
Résultat System

Update() public méthode

public Update ( Subdivision sub ) : void
sub Subdivision
Résultat void