Normalize
Summary
public void Normalize()
Divides each component of the quaternion by the length of the quaternion.
Summary
public static Quaternion Normalize(Quaternion quaternion)
Divides each component of the quaternion by the length of the quaternion.
Returns
Parameters
- Quaternion quaternion
Summary
public static void Normalize(ref Quaternion quaternion, out Quaternion result)
Divides each component of the quaternion by the length of the quaternion.
Parameters
- Quaternion quaternion
- Quaternion result