Q3RotateTransform_New
You can use theQ3RotateTransform_Newfunction to create a new rotate transform.
TQ3TransformObject Q3RotateTransform_New ( const TQ3RotateTransformData *data);
data- A pointer to a rotate transform data structure.
DESCRIPTION
TheQ3RotateTransform_Newfunction returns, as its function result, a reference to a new transform object of typekQ3TransformTypeRotateusing the data passed in thedataparameter. The data you pass is copied into internal QuickDraw 3D data structures. If QuickDraw 3D cannot allocate memory for those structures,Q3RotateTransform_Newreturns the valueNULL.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help