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