| Vector2F Fields |
The Vector2F type exposes the following members.
| Name | Description | |
|---|---|---|
| One |
Returns a Vector2F with all of its components set to one.
| |
| UnitX |
Returns the x unit Vector2F (1, 0).
| |
| UnitY |
Returns the value2 unit Vector2F (0, 1).
| |
| X |
The x component.
| |
| Y |
The y component.
| |
| Zero |
Returns a Vector2F with all of its components set to zero.
|