CODTransform::operator+=

CODTransform& CODTransform::operator+=(const CODTransform& xform)

Adds another transformation matrix to this one.

Defined in: OdTransform.cpp

Return Value

A reference to this transform.

Parameters

xform

The transform to add to this one.