UnitQuaternion.Conjugate Method |
Forms the conjugate of this instance.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic UnitQuaternion Conjugate()
Public Function Conjugate As UnitQuaternion
public:
UnitQuaternion Conjugate()
member Conjugate : unit -> UnitQuaternion
Return Value
Type:
UnitQuaternionA set of
UnitQuaternion coordinates that represents the conjugate of this instance.
See Also