Click or drag to resize

QuaternionConjugate Method

Forms the conjugate of this instance, yielding a new Quaternion.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax
public Quaternion Conjugate()

Return Value

Type: Quaternion
The new quaternion.
See Also