Type Definition Matrix3x4
vecmath
type Matrix3x4<T> = [[T; 4]; 3];
A 3x4 matrix.
To multiply two matrices use row_mat3x4_mul.
row_mat3x4_mul