Method | Description | |
---|---|---|
Contains ( Vector2 p ) : bool | ||
CreateProperties ( System.Entity context ) : void | ||
GetAxes ( Geometry otherObject ) : Vector2[] | ||
GetClosestVertex ( Vector2 point ) : Vector2 | ||
GetVertices ( Vector2 axis ) : Vector2[] | ||
Initialise ( ) : void | ||
Polygon ( ) : System | ||
Project ( Vector2 axis ) : |
Method | Description | |
---|---|---|
ApplyTransform ( ) : void | ||
CalculateAxes ( ) : void | ||
CalculateLocalBounds ( ) : void | ||
CalculateWorldBounds ( ) : void | ||
CreateArrays ( int size ) : void | ||
InitialiseLocalData ( ) : void | ||
ReadVertices ( Property |
public CreateProperties ( System.Entity context ) : void | ||
context | System.Entity | |
return | void |
public GetAxes ( Geometry otherObject ) : Vector2[] | ||
otherObject | Geometry | |
return | Vector2[] |
public GetClosestVertex ( Vector2 point ) : Vector2 | ||
point | Vector2 | |
return | Vector2 |
public GetVertices ( Vector2 axis ) : Vector2[] | ||
axis | Vector2 | |
return | Vector2[] |