Provides access to members that control a 3D affine transformation. ITransformation3DGEN is generic version of ITransformation3D.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. |
CoClasses that implement ITransformation3DGEN
CoClasses and Classes | Description |
---|---|
AffineTransformation3D | A three dimensional transformation. |