VRageMath.Quaternion.Normalize - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexQuaternion

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

Quaternion

Parameters

Summary

public static void Normalize(ref Quaternion quaternion, out Quaternion result)

Divides each component of the quaternion by the length of the quaternion.

Parameters

⚠️ **GitHub.com Fallback** ⚠️