Q3Transform_GetMatrix
You can use theQ3Transform_GetMatrixfunction to get the matrix representation of a transform.
TQ3Matrix4x4 *Q3Transform_GetMatrix ( TQ3TransformObject transform, TQ3Matrix4x4 *matrix);
transform- A transform.
matrix- On exit, a pointer to the matrix that represents the transform specified in the
transformparameter.DESCRIPTION
TheQ3Transform_GetMatrixfunction returns, in thematrixparameter and as its function result, the matrix that represents the transform specified by thetransformparameter. The caller is responsible for allocating the memory pointed to bymatrix.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help