mat33_scalar_multiply
Description:
public void mat33_scalar_multiply (
Mat3x3 mat_src,
double value,
Mat3x3 mat_dest)
Multiplies a matrix with a scalar.
The arguments vec_src and vec_dest can be the same value.
Parameters:
| mat_src |
the source
|
| value |
the scalar
|
| mat_dest |
the destination
|