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