CODTransform::operator*=
CODTransform&CODTransform::operator*=(const CODTransform&xform)
Multiplies another transformation matrix with this one.
Defined in: OdTransform.cpp
Return Value
A reference to this transform.
Parameters
xform
The transform to multiply with this one.