Q3MatrixTransform_Set
You can use theQ3MatrixTransform_Setfunction to set new private data for a matrix transform.
TQ3Status Q3MatrixTransform_Set ( TQ3TransformObject transform, const TQ3Matrix4x4 *matrix);
transform- A transform.
matrix- A pointer to the new matrix to be associated with the transform specified in the
transformparameter.DESCRIPTION
TheQ3MatrixTransform_Setfunction sets the matrix transform specified by thetransformparameter to the matrix passed in thematrixparameter. You should useQ3MatrixTransform_Setonly with transforms of typekQ3TransformTypeMatrix.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help