[][src]Type Definition vecmath::Matrix3x4

type Matrix3x4<T> = [[T; 4]; 3];

A 3x4 matrix.

To multiply two matrices use row_mat3x4_mul.