Type Definition mint::ColMatrix3x4 [] [src]

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

Column-major 3x4 matrix. Useful for combinging rotation, scale, and translation in 3D space.