Method | Description | |
---|---|---|
AddVertex ( Vector3 v ) : void | ||
ComputeNormal ( ) : Vector3 | ||
FlipNormal ( ) : void | ||
IntersectTriangle ( Triangle, triangle ) : List |
||
IsPointInside ( Vector2 point ) : bool | ||
Join ( Polygon, other ) : Polygon, | ||
Length ( ) : int | ||
LineLineIntersection ( Vector2 l1From, Vector2 l1To, Vector2 l2From, Vector2 l2To, Vector2 &intersection ) : bool | ||
Polygon ( ) : System.Collections | ||
Polygon ( Vector3 ps ) : System.Collections | ||
Polygon ( Vector3D, ps ) : System.Collections | ||
SetVertex ( int i, Vector3 pos ) : void | ||
V2 ( Vector3 v ) : Vector2D, | ||
V2 ( Vector3D, v ) : Vector2D, | ||
Vertex ( int i ) : Vector3 |
Method | Description | |
---|---|---|
ContainsVertex ( Vector3 p ) : bool | ||
GetHitInfoByPolyIndex ( int index, List |
public IntersectTriangle ( Triangle, triangle ) : List |
||
triangle | Triangle, | |
return | List |
public IsPointInside ( Vector2 point ) : bool | ||
point | Vector2 | |
return | bool |
public static LineLineIntersection ( Vector2 l1From, Vector2 l1To, Vector2 l2From, Vector2 l2To, Vector2 &intersection ) : bool | ||
l1From | Vector2 | |
l1To | Vector2 | |
l2From | Vector2 | |
l2To | Vector2 | |
intersection | Vector2 | |
return | bool |
public Polygon ( Vector3 ps ) : System.Collections | ||
ps | Vector3 | |
return | System.Collections |
public Polygon ( Vector3D, ps ) : System.Collections | ||
ps | Vector3D, | |
return | System.Collections |
public SetVertex ( int i, Vector3 pos ) : void | ||
i | int | |
pos | Vector3 | |
return | void |