VRageMath.QuaternionD.Normalize - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexQuaternionD

Summary

public void Normalize()

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

Summary

public static QuaternionD Normalize(QuaternionD quaternion)

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

Returns

QuaternionD

Parameters

Summary

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

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

Parameters

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