Method | 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 |
Method | Description | |
---|---|---|
Edge ( Edge prev ) : System |
public static IsLeftOf ( System.Vector2 p, Edge e ) : bool | ||
p | System.Vector2 | |
e | Edge | |
return | bool |
public static IsRightOf ( System.Vector2 p, Edge e ) : bool | ||
p | System.Vector2 | |
e | Edge | |
return | bool |
public SetEndPoints ( System.Vector2 orig, System.Vector2 dest ) : void | ||
orig | System.Vector2 | |
dest | System.Vector2 | |
return | void |
public static Splice ( Edge a, Edge b ) : void | ||
a | Edge | |
b | Edge | |
return | void |