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