| AngleTo |
Determines the angle between this unit vector2d and the specified unit vector2d. |
| AsVector |
Get the vector2d equivalent of this unit vector2d. |
| Copy |
Creates a copy of this UnitVector2d object. The result is entirely independent and can be edited without affecting the original UnitVector2d object. |
| DotProduct |
Determine the dot product of this unit vector2d to the specified unit vector2d. |
| GetUnitVectorData |
Get the data defining this unit vector. |
| IsEqualTo |
Compare this unit vector2d for equality to the specified unit vector2d. |
| IsParallelTo |
Determine if this unit vector2d is parallel to the specified unit vector2d. |
| IsPerpendicularTo |
Determine if this unit vector2d is perpendicular to the specified unit vector2d. |
| PutUnitVectorData |
Method that sets the data defining this unit vector. |
| TransformBy |
Transform this unit vector2d by the specified matrix. |