C# Class Terra.Geometry.Edge

Inheritance: ILabelled
Afficher le fichier Open project: WCell/WCell-Terrain Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( ) : void
Edge ( ) : System
IsLeftOf ( System.Vector2 p, Edge e ) : bool
IsRightOf ( System.Vector2 p, Edge e ) : bool
SetEndPoints ( System.Vector2 orig, System.Vector2 dest ) : void
Splice ( Edge a, Edge b ) : void
ToString ( ) : string

Private Methods

Méthode Description
Edge ( Edge prev ) : System

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

Edge() public méthode

public Edge ( ) : System
Résultat System

IsLeftOf() public static méthode

public static IsLeftOf ( System.Vector2 p, Edge e ) : bool
p System.Vector2
e Edge
Résultat bool

IsRightOf() public static méthode

public static IsRightOf ( System.Vector2 p, Edge e ) : bool
p System.Vector2
e Edge
Résultat bool

SetEndPoints() public méthode

public SetEndPoints ( System.Vector2 orig, System.Vector2 dest ) : void
orig System.Vector2
dest System.Vector2
Résultat void

Splice() public static méthode

public static Splice ( Edge a, Edge b ) : void
a Edge
b Edge
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string