Site Tools


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

MulManyVec3Mat33_F16

Multiplies one or more vectors by a 3×3 matrix of 16.16 values.

Synopsis

void MulManyVec3Mat33_F16( vec3f16 *dest, vec3f16 *src,mat33f16 mat, int32 count )

Description

This function multiplies an array of one or more vectors by a 3×3 matrix of 16.16 fractions. The results of the products are deposited in the array of vectors pointed to by the dest argument.

Arguments

  • dest A pointer to the array of destination vectors to store the results.
  • src A pointer to the array of source vectors to be multiplied with the matrix.
  • mat A 3×3 matrix of 16.16 fractions.
  • count The number of vectors for the multiplication.

Implementation

SWI implemented in operamath V20.

Associated Files

operamath.h

See Also

MulManyVec4Mat44_F16()

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