Q3RotateAboutPointTransform_New
You can use theQ3RotateAboutPointTransform_Newfunction to create a new rotate-about-point transform.
TQ3TransformObject Q3RotateAboutPointTransform_New ( const TQ3RotateAboutPointTransformData *data);
data- A pointer to a
TQ3RotateAboutPointTransformDatastructure.DESCRIPTION
TheQ3RotateAboutPointTransform_Newfunction returns, as its function result, a reference to a new transform object of typekQ3TransformTypeRotateAboutPointusing 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,Q3RotateAboutPointTransform_Newreturns the valueNULL.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help