Q3ScaleTransform_Get
You can use theQ3ScaleTransform_Getfunction to query the private data stored in a scale transform.
TQ3Status Q3ScaleTransform_Get ( TQ3TransformObject transform, TQ3Vector3D *scale);
transform- A transform.
scale- A vector whose three fields specify the scaling along each coordinate axis.
DESCRIPTION
TheQ3ScaleTransform_Getfunction returns, in thescaleparameter, information about the scale transform specified by thetransformparameter. You should useQ3ScaleTransform_Getonly with transforms of typekQ3TransformTypeScale.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help