Type Definition mint::Matrix4x3 [] [src]

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

4x3 matrix. Useful for combinging rotation, scale, and translation in 3D space, when stored as row major.