Overload List
| Name | Description | |
|---|---|---|
| Multiply(Cog3DTransformRotation, Cog3DTransformRotation) |
Operator for composing one rotation transform and another rotation
transform:
rotation * rhs. | |
| Multiply(Cog3DTransformRotation, Cog3DVect3) |
Operator for mapping a 3D point using the specified 3D rotation transform:
rotation * point3D.
|
See Also