Vector3Normalize Method |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
Normalize |
Turns the current vector into a unit vector. The result is a vector one unit in length pointing in the same direction as the original vector.
| |
Normalize(Vector3D) | ||
Normalize(Vector3) |
Creates a unit vector from the specified vector. The result is a vector one unit in length pointing in the same direction as the original vector.
| |
Normalize(Vector3, Vector3) |
Creates a unit vector from the specified vector, writing the result to a user-specified variable. The result is a vector one unit in length pointing in the same direction as the original vector.
|