Q3RotateAboutPointTransform_Submit
You can use theQ3RotateAboutPointTransform_Submitfunction to submit a rotate-about-point transform without creating an object or allocating memory.
TQ3Status Q3RotateAboutPointTransform_Submit ( const TQ3RotateAboutPointTransformData *data, TQ3ViewObject view);
data- A pointer to a
TQ3RotateAboutPointTransformDatastructure.view- A view.
DESCRIPTION
TheQ3RotateAboutPointTransform_Submitfunction pushes the rotate-about-point 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.