Click or drag to resize

Quaternion.Conjugate 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: 25.1.421.0 (25.1.421.0)
Syntax
public Quaternion Conjugate()

Return Value

Type: Quaternion
The new quaternion.
See Also