Q3Transform_GetType
You can use theQ3Transform_GetTypefunction to get the type of a transform object.
TQ3ObjectType Q3Transform_GetType (TQ3TransformObject transform);
transform- A transform.
DESCRIPTION
TheQ3Transform_GetTypefunction returns, as its function result, the type of the transform object specified by thetransformparameter. The types of transform objects currently supported by QuickDraw 3D are defined by these constants:
kQ3TransformTypeMatrix kQ3TransformTypeQuaternion kQ3TransformTypeRotate kQ3TransformTypeRotateAboutAxis kQ3TransformTypeRotateAboutPoint kQ3TransformTypeScale kQ3TransformTypeTranslateIf the specified transform object is invalid or is not one of these types,Q3Transform_GetTypereturns the valuekQ3ObjectTypeInvalid.