Functions | |
*static void | vm_M3Math::mvmult (T_fp res[], T_fp const m[], T_fp const v[]) |
static void | vm_M3Math::mtvmult (T_fp res[], T_fp const m[], T_fp const v[]) |
|
Matrix multiplication of vector v by transpose of matrix m. result = m_transpose _matrix_multiply_ v.
Definition at line 382 of file vm_m3math.h. |
|
Matrix multiplication of vector v by matrix m. result = m _matrix_multiply_ v.
Definition at line 373 of file vm_m3math.h. |