MulMat44Mat44_F16

Computes the product of two 4x4 matrices of 16.16 values.

Synopsis

void MulMat44Mat44_F16( mat44f16 dest, mat44f16 src1,mat44f16 src2 )

Description

This function multiplies two 4x4 matrices of 16.16 fractions together. The results of the product are deposited in 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
The destination matrix to store the results.
src1, src2
The source matrices to be multiplied together.

Implementation

SWI implemented in operamath V20.

Associated Files

operamath.h

See Also

MulVec3Mat33_F16(), MulVec4Mat44_F16(), MulMat33Mat33_F16()