Overload List
| Name | Description | |
|---|---|---|
| Multiply(Cog3DTransformLinear, Cog3DTransformLinear) |
Operator for composing one linear transform and another linear transform.
Note that the composing order is
linear * rhs.
| |
| Multiply(Cog3DTransformLinear, Cog3DTransformRigid) |
Operator for composing one linear transform and one rigid transform.
Note that the composing order is
linear * rigid.
| |
| Multiply(Cog3DTransformLinear, Cog3DVect3) |
Operator for mapping a 3D point using the specified 3D linear transform.
The definition is: linear * point3D.
| |
| Multiply(Cog3DTransformRigid, Cog3DTransformLinear) |
Operator for composing one rigid transform and one linear transform.
Note that the composing order is
rigid * linear.
|
See Also