Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Quaternion.Normalize

Malware edited this page Dec 25, 2018 · 17 revisions

IndexQuaternion

Summary

private public void Normalize()

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

Returns

Example

Remarks

Summary

private public private public sealed struct.Quaternion Normalize(private public sealed struct.Quaternion quaternion)

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

Returns

Example

Remarks

Summary

private public void Normalize(ref private public sealed struct.Quaternion quaternion, ref private public sealed struct.Quaternion result)

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

Returns

Example

Remarks

Clone this wiki locally