Q3MatrixTransform_Get
You can use theQ3MatrixTransform_Getfunction to query the private data stored in a matrix transform.
TQ3Status Q3MatrixTransform_Get ( TQ3TransformObject transform, TQ3Matrix4x4 *matrix);
transform- A transform.
matrix- On exit, a pointer to the matrix associated with the transform specified in the
transformparameter.DESCRIPTION
TheQ3MatrixTransform_Getfunction returns, in thematrixparameter, information about the matrix transform specified by thetransformparameter. You should useQ3MatrixTransform_Getonly with transforms of typekQ3TransformTypeMatrix.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help