7 Creating and Manipulating Translate Transforms

7 Q3TranslateTransform_Submit

You can use the Q3TranslateTransform_Submit function to submit a translate transform without creating an object or allocating memory.

TQ3Status Q3TranslateTransform_Submit (
const TQ3Vector3D *translate, 
TQ3ViewObject view);
translate A vector whose three fields specify the desired translation along each coordinate axis.
view A view.

DESCRIPTION


The Q3TranslateTransform_Submit function pushes the translate transform specified by the translate parameter on the view transform stack of the view specified by the view parameter. The function returns kQ3Success if the operation succeeds and kQ3Failure otherwise.

SPECIAL CONSIDERATIONS


You should call this function only in a submitting loop.

DESCRIPTION
SPECIAL CONSIDERATIONS

3D Graphics Programming with QuickDraw 3D - 20 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker