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