NVector2DF Structure Properties
In This Topic
For a list of all members of this type, see NVector2DF members.
Public Properties
| Name | Description |
| IsEmpty | Determines whether this is the empty (zero) vector (e.g. x == 0 and y == 0) |
| IsNormalized | Determines whether the vector is the unit vector (e.g. Length == 1) |
| Length | Gets the vector lenght |
| LengthSquare | Gets the vector lenght square (length * length) |
| NormalUnitVector | Gets the unit vector (with length == 1), which is perpendicular to this vector |
| NormalVector | Gets a vector, which is perpendicular to this vector |
Top
See Also