Q3RotateAboutAxisTransform_Submit
You can use theQ3RotateAboutAxisTransform_Submitfunction to submit a rotate-about-axis transform without creating an object or allocating memory.
TQ3Status Q3RotateAboutAxisTransform_Submit ( const TQ3RotateAboutAxisTransformData *data, TQ3ViewObject view);
data- A pointer to a
TQ3RotateAboutAxisTransformDatastructure.view- A view.
DESCRIPTION
TheQ3RotateAboutAxisTransform_Submitfunction pushes the rotate-about-axis 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.