Vector |
The Vector2 type exposes the following members.
| Name | Description | |
|---|---|---|
| Empty | A Vector2 with all of its components set to zero. | |
| MaxValue | A Vector2 with the maximum value | |
| MinValue | A Vector2 with the minimum value | |
| One | A Vector2 with all of its components set to one. | |
| Origin | A Vector2 with all of its components set to zero. | |
| XAxis | A Vector2 representing the unit X-Axis | |
| YAxis | A Vector2 representing the unit Y-Axis | |
| Zero | A Vector2 with all of its components set to zero. |