Name | Description | |
---|---|---|
![]() | NVector2DD Constructor | Initializer constructor |
The following tables list the members exposed by NVector2DD.
Name | Description | |
---|---|---|
![]() | NVector2DD Constructor | Initializer constructor |
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 |
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 |