VRageMath.QuaternionD.Normalize - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← QuaternionD
public void Normalize()
Divides each component of the quaternion by the length of the quaternion.
public static QuaternionD Normalize(QuaternionD quaternion)
Divides each component of the quaternion by the length of the quaternion.
- QuaternionD quaternion
public static void Normalize(ref QuaternionD quaternion, out QuaternionD result)
Divides each component of the quaternion by the length of the quaternion.
- QuaternionD quaternion
- QuaternionD result