MulMat33Mat33_F16

Computes the product of two 3x3 matrices of 16.16values.

Synopsis

void MulMat33Mat33_F16( mat33f16 dest, mat33f16 src1,mat33f16 src2 )

Description

This function multiplies two 3x3 matrices of 16.16 fractions together. The results of the product are deposited in the location for the matrix dest. Note that incorrect results may occur if the destination matrix is the same matrix as one of the source matrices.

Arguments

dest
A pointer to the destination matrix to store the results.
src1, src2
The source matrices to be multiplied.

Implementation

SWI implemented in operamath V20.

Associated Files

operamath.h

See Also

MulVec3Mat33_F16(), MulVec4Mat44_F16(), MulMat44Mat44_F16()