Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.Quaternion.Normalize

Malware edited this page Dec 25, 2018 · 16 revisions

IndexQuaternion

Summary

public void Normalize()

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

Returns

Example

Remarks

Summary

public Quaternion Normalize(Quaternion quaternion)

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

Returns

Example

Remarks

Summary

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

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

Returns

Example

Remarks

Clone this wiki locally