This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control a 3D affine transformation.
Name | Description | |
---|---|---|
PostMultiply | Post-multiplies the transformation by another transformation. | |
PreMultiply | Pre-multiplies the transformation by another transformation. | |
Reset | Resets the transformation to unit matrix. | |
Rotate | Adds a rotation in radians to the transformation matrix. | |
Scale | Adds a scaling factor to the transformation matrix. | |
Transform | Applies the current transformation to a set of points. Use of methods on ITransform3D is recommended instead of this method. | |
Translate | Adds an offset (move) to the transformation matrix. |
Classes | Description |
---|---|
AffineTransformation3D | A three dimensional transformation. |