pub fn mtx_mul(m1: &Matrix4x4, m2: &Matrix4x4) -> Matrix4x4
Expand description

The product of two matrices.