AngleAxisRotationInvert Method  | 
 
            Returns the inverse of this angle-axis rotation.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.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