Cartesian Transformation Types
Parent module: Cartesian Transformation
- group a3d_transformationbit
Bitmasks that can be OR’d together to specify the transformation behavior.
The bitmasks specify the transformations used in an A3DMiscCartesianTransformation. To specify multiple transformation behaviors, use a bitwise OR operation to combine the bitmasks for each transformation type.
- Version
2.0
Note
Specifying the kA3DTransformationIdentity flag precludes any other types of transformations. That is, if you create a transformation value that ORs kA3DTransformationIdentity and kA3DTransformationRotate, only the identity transformation is applied.
Macro definitions
Identity transformation. |
|
Translate transformation. |
|
Rotate transformation. |
|
Mirror transformation. |
|
Scale transformation. |
|
Non-uniform scale transformation. |