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