Type Definition mint::RowMatrix4x3 [] [src]

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

Row-major 4x3 matrix. Useful for combinging rotation, scale, and translation in 3D space.