Cartesian Transformation Types
Macro Definitions
kA3DTransformationIdentity |
|
kA3DTransformationTranslate |
|
kA3DTransformationRotate |
|
kA3DTransformationMirror |
|
kA3DTransformationScale |
|
kA3DTransformationNonUniformScale |
Detailed Description
-
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 Definition
-
kA3DTransformationIdentity Identity transformation.
-
kA3DTransformationTranslate Translate transformation.
-
kA3DTransformationRotate Rotate transformation.
-
kA3DTransformationMirror Mirror transformation.
-
kA3DTransformationScale Scale transformation.
-
kA3DTransformationNonUniformScale Non-uniform scale transformation.