7 Creating and Manipulating Matrix Transforms
Q3MatrixTransform_Submit
function to submit a matrix transform without creating an object or allocating memory.
TQ3Status Q3MatrixTransform_Submit ( const TQ3Matrix4x4 *matrix, TQ3ViewObject view);matrix
A pointer to a 4-by-4 matrix.view
A view.
Q3MatrixTransform_Submit
function pushes the matrix transform specified by the matrix
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.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker