Type Definition mint::Matrix3x2 [] [src]

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

3x2 matrix. Useful for combinging rotation, scale, and translation in 2D space, when stored as row-major.