Type Definition mint::ColMatrix2x3 [] [src]

type ColMatrix2x3<T> = [[T; 2]; 3];

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