Method InverseTransformRotation
InverseTransformRotation(quaternion)
Transforms a rotation by the inverse of this transform.
Declaration
public quaternion InverseTransformRotation(quaternion rotation)
Parameters
| Type | Name | Description | 
|---|---|---|
| quaternion | rotation | The rotation to be transformed.  | 
    
Returns
| Type | Description | 
|---|---|
| quaternion | The rotation after transformation.  |