Q3QuaternionTransform_Submit
You can use theQ3QuaternionTransform_Submitfunction to submit a quaternion transform without creating an object or allocating memory.
TQ3Status Q3QuaternionTransform_Submit ( TQ3Quaternion *quaternion, TQ3ViewObject view);
quaternion- A quaternion.
view- A view.
DESCRIPTION
TheQ3QuaternionTransform_Submitfunction pushes the quaternion transform specified by thequaternionparameter on the view transform stack of the view specified by theviewparameter. The function returnskQ3Successif the operation succeeds andkQ3Failureotherwise.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.