#include "omicron/internal.h"
#include <math.h>
Go to the source code of this file.
Functions | |
| void | matrix3_mult (const matrix3_t in1, const matrix3_t in2, matrix3_t out) |
Definition in file m_matrix.cpp.
|
||||||||||||||||
|
multiply two matrices Multiplies two matrices. out = a x b
Definition at line 55 of file m_matrix.cpp. References matrix3_t. Referenced by vec3_c::rotate_vec(). |
1.2.18