Site Tools


documentation:development:opera:pf25:ppgfldr:pgsfldr:spr:03spr052

MulMat44Mat44_F16

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

Synopsis

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

Description

This function multiplies two 4×4 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()

documentation/development/opera/pf25/ppgfldr/pgsfldr/spr/03spr052.txt · Last modified: 2022/10/10 16:54 by 127.0.0.1