7 Creating and Manipulating Rotate Transforms
Q3RotateTransform_New
function to create a new rotate transform.
TQ3TransformObject Q3RotateTransform_New (
const TQ3RotateTransformData *data);
data
A pointer to a rotate transform data structure.
Q3RotateTransform_New
function returns, as its function result, a reference to a new transform object of type kQ3TransformTypeRotate
using the data passed in the data
parameter. The data you pass is copied into internal QuickDraw3D data structures. If QuickDraw3D cannot allocate memory for those structures, Q3RotateTransform_New
returns the value NULL
.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker