Q3Matrix3x3_Multiply
You can use theQ3Matrix3x3_Multiplyfunction to multiply two 3-by-3 matrices.
TQ3Matrix3x3 *Q3Matrix3x3_Multiply ( const TQ3Matrix3x3 *matrixA, const TQ3Matrix3x3 *matrixB, TQ3Matrix3x3 *result);
matrixA- A 3-by-3 matrix.
matrixB- A 3-by-3 matrix.
result- On exit, the product of
matrixAandmatrixB.DESCRIPTION
TheQ3Matrix3x3_Multiplyfunction returns, as its function result and in theresultparameter, the product of the two 3-by-3 matricesmatrixAandmatrixB.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help