Property | Type | Description | |
---|---|---|---|
count | int | ||
points | Vector2[] |
Method | Description | |
---|---|---|
CenterAtZero ( ) : void | ||
Clone ( ) : |
||
GetCenter ( ) : Vector2 | ||
Shape ( Vector2 points, bool center ) : System | ||
Transform ( Vector2 &points, Vector2 &position, float angle, Vector2 &scale, Vector2 &list ) : void |
public Shape ( Vector2 points, bool center ) : System | ||
points | Vector2 | |
center | bool | |
return | System |
public static Transform ( Vector2 &points, Vector2 &position, float angle, Vector2 &scale, Vector2 &list ) : void | ||
points | Vector2 | |
position | Vector2 | |
angle | float | |
scale | Vector2 | |
list | Vector2 | |
return | void |