Q3QuaternionTransform_New
You can use theQ3QuaternionTransform_Newfunction to create a new quaternion transform.
TQ3TransformObject Q3QuaternionTransform_New ( TQ3Quaternion *quaternion);
quaternion- A quaternion.
DESCRIPTION
TheQ3QuaternionTransform_Newfunction returns, as its function result, a reference to a new transform object of typekQ3TransformTypeQuaternionusing the data passed in thequaternionparameter. The data you pass in thequaternionparameter is copied into internal QuickDraw 3D data structures. If QuickDraw 3D cannot allocate memory for those structures,Q3QuaternionTransform_Newreturns the valueNULL.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help