7 Managing Transforms
Q3Transform_GetType
function to get the type of a transform object.
TQ3ObjectType Q3Transform_GetType (TQ3TransformObject transform);
transform
A transform.
Q3Transform_GetType
function returns, as its function result, the type of the transform object specified by the transform
parameter. The types of transform objects currently supported by QuickDraw3D 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_GetType
returns the value kQ3ObjectTypeInvalid
.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker