Click or drag to resize
Vector3Normalize Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodNormalize
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.
Public methodStatic memberNormalize(Vector3D)
Public methodStatic memberNormalize(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.
Public methodStatic memberNormalize(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.
Top
See Also