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

VRageMath.Quaternion.Conjugate

Morten Aune Lyrstad edited this page Oct 10, 2019 · 16 revisions

IndexNamespace IndexQuaternion

Summary

public void Conjugate()

Transforms this Quaternion into its conjugate.

Summary

public static Quaternion Conjugate(Quaternion value)

Returns the conjugate of a specified Quaternion.

Returns

Quaternion

Parameters

Summary

public static void Conjugate(ref Quaternion value, out Quaternion result)

Returns the conjugate of a specified Quaternion.

Parameters

Clone this wiki locally