ArcObjects Library Reference (Geometry)  

ITransformation3D Interface

Provides access to members that control a 3D affine transformation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method PostMultiply Post-multiplies the transformation by another transformation.
Method PreMultiply Pre-multiplies the transformation by another transformation.
Method Reset Resets the transformation to unit matrix.
Method Rotate Adds a rotation in radians to the transformation matrix.
Method Scale Adds a scaling factor to the transformation matrix.
Method Transform Applies the current transformation to a set of points. Use of methods on ITransform3D is recommended instead of this method.
Method Translate Adds an offset (move) to the transformation matrix.

CoClasses that implement ITransformation3D

CoClasses and Classes Description
AffineTransformation3D A three dimensional transformation.