UnitQuaternionConjugate Method |
Forms the conjugate of this instance.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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