7 Creating and Manipulating Matrix Transforms

7 Q3MatrixTransform_Get

You can use the Q3MatrixTransform_Get function 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 transform parameter.

DESCRIPTION


The Q3MatrixTransform_Get function returns, in the matrix parameter, information about the matrix transform specified by the transform parameter. You should use Q3MatrixTransform_Get only with transforms of type kQ3TransformTypeMatrix.

DESCRIPTION

3D Graphics Programming with QuickDraw 3D - 20 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker