AngleAxisRotationInvert Method |
Returns the inverse of this angle-axis rotation.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AngleAxisRotation Invert()
Public Function Invert As AngleAxisRotation
public:
AngleAxisRotation Invert()
member Invert : unit -> AngleAxisRotation
Return Value
Type:
AngleAxisRotationThe resulting angle-axis rotation.
See Also