Q3RotateTransform_Submit
You can use theQ3RotateTransform_Submitfunction to submit a rotate transform without creating an object or allocating memory.
TQ3Status Q3RotateTransform_Submit ( const TQ3RotateTransformData *data, TQ3ViewObject view);
data- A pointer to a rotate transform data structure.
view- A view.
DESCRIPTION
TheQ3RotateTransform_Submitfunction pushes the rotate transform specified by thedataparameter onto 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.