Cartesian Transformation Types

Bitmasks that can be OR’d together to specify the transformation behavior.

2.0

The bitmasks specify the transformations used in an:c:type:~A3DMiscCartesianTransformation. To specify multiple transformation behaviors, use a bitwise OR operation to combine the bitmasks for each transformation type.

Specifying the:c:macro:~kA3DTransformationIdentityflag precludes any other types of transformations. That is, if you create a transformation value that ORs:c:macro:~kA3DTransformationIdentityand:c:macro:~kA3DTransformationRotate, only the identity transformation is applied.

Index

Preprocessor Definitions

Preprocessor Definitions

kA3DTransformationIdentity

Identity transformation.

kA3DTransformationTranslate

Translate transformation.

kA3DTransformationRotate

Rotate transformation.

kA3DTransformationMirror

Mirror transformation.

kA3DTransformationScale

Scale transformation.

kA3DTransformationNonUniformScale

Non-uniform scale transformation.