| AddVector |
Add the specified vector to this vector. |
| AngleTo |
Determines the angle between this vector and the specified vector. |
| AsUnitVector |
Get the unit vector equivalent of this vector normalized. |
| Copy |
Creates a copy of this Vector object. The result is entirely independent and can be edited without affecting the original Vector 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. |
| GetVectorData |
Get the data defining this vector. |
| IsEqualTo |
Compare this vector for equality to the specified vector. |
| IsParallelTo |
Determine if this vector is parallel to the specified vector. |
| IsPerpendicularTo |
Determine if this vector is perpendicular to the specified vector. |
| Normalize |
Normalize this vector to result in a length equal to 1.0. |
| PutVectorData |
Method that sets the data defining this vector. |
| ScaleBy |
Scale this vector by the specified scale factor. |
| SubtractVector |
Subtract the specified vector from this vector. |
| TransformBy |
Transform this vector by the specified matrix. |