Vector Properties
Properties
Length | Length of the vector. |
One | Returns the vector (1.0, 1.0). |
SquaredLength | Squared Length of the vector. |
UnitX | Returns the vector (1.0, 0.0). |
UnitY | Returns the vector (0.0, 1.0). |
X | Gets the X component. |
Y | Gets the Y component. |
Zero | Returns the vector (0.0, 0.0). |