NVector2DD Structure Members
In This Topic
The following tables list the members exposed by NVector2DD.
Public Constructors
Public Fields
| Name | Description |
| X | x coordinate |
| Y | y coordinate |
Top
Public Properties
| Name | Description |
| 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
Public Methods
| Name | Description |
| Equals | Returns true if the objects are equal. |
| GetHashCode | Returns the hash code of this instance. |
| Normalize | Makes this vector the unit vector (e.g. its length becomes 1) |
| RotateAt | Rotates the vector with the specified angle arount the specified anchor |
Top
See Also