Site Tools


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

MulVec4Mat44_F16

Computes the product of a 4×4 matrix and a vector.

Synopsis

void MulVec4Mat44_F16( vec4f16 dest, vec4f16 vec, mat44f16mat )

Description

This function multiplies a 4×4 matrix of 16.16 fractions by a 4-coordinate vector of 16.16 values and deposits the results of the product in the vector dest.

Arguments

  • dest The destination vector to store the results.
  • vec The vector to multiply.
  • mat The matrix to multiply.

Implementation

SWI implemented in operamath V20.

Associated Files

operamath.h

See Also

MulVec3Mat33_F16(), MulMat33Mat33_F16(), MulMat44Mat44_F16()

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