Type Definition mint::RowMatrix3x2 [] [src]

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

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