Q3TranslateTransform_Get
You can use theQ3TranslateTransform_Getfunction to query the private data stored in a translate transform.
TQ3Status Q3TranslateTransform_Get ( TQ3TransformObject transform, TQ3Vector3D *translate);
transform- A transform.
translate- On entry, a pointer to a vector. On exit, a pointer to a vector whose three fields specify the current translation along each coordinate axis.
DESCRIPTION
TheQ3TranslateTransform_Getfunction returns, in thetranslateparameter, information about the translate transform specified by thetransformparameter. You should useQ3TranslateTransform_Getonly with transforms of typekQ3TransformTypeTranslate.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help