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