Q3ScaleTransform_Submit
You can use theQ3ScaleTransform_Submitfunction to submit a scale transform without creating an object or allocating memory.
TQ3Status Q3ScaleTransform_Submit ( TQ3Vector3D *scale, TQ3ViewObject view);
scale- A vector whose three fields specify the desired scaling along each coordinate axis.
view- A view.
DESCRIPTION
TheQ3ScaleTransform_Submitfunction pushes the scale transform specified by thescaleparameter 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.