mat33_vector_multiply
Description:
public void mat33_vector_multiply (
Mat3x3 mat_src,
Vec3 vec_src,
Vec3 vec_dest)
Multiplies a matrix with a vector.
The arguments vec_src and vec_dest cannot be the same value.
Parameters:
| mat_src |
the matrix source
|
| vec_src |
the vector source
|
| vec_dest |
the destination vector
|