20 Managing Matrices

20 Q3Matrix4x4_Multiply

You can use the Q3Matrix4x4_Multiply function to multiply two 4-by-4 matrices.

TQ3Matrix4x4 *Q3Matrix4x4_Multiply (
const TQ3Matrix4x4 *matrixA, 
const TQ3Matrix4x4 *matrixB, 
TQ3Matrix4x4 *result);
matrixA A 4-by-4 matrix.
matrixB A 4-by-4 matrix.
result On exit, the product of matrixA and matrixB.

DESCRIPTION


The Q3Matrix4x4_Multiply function returns, as its function result and in the result parameter, the product of the two 4-by-4 matrices matrixA and matrixB.

DESCRIPTION

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

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker