MulVec3Mat33_F16
Computes the product of a 3x3 matrix and a vector.
Synopsis
void MulVec3Mat33_F16( vec3f16 dest, vec3f16 vec, mat33f16mat )
Description
This function multiplies a 3x3 matrix of 16.16 fractions by a 3-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
MulVec4Mat44_F16
(), MulMat33Mat33_F16(), MulMat44Mat44_F16()