Type Definition mint::ColMatrix2 [] [src]

type ColMatrix2<T> = [[T; 2]; 2];

Column-major 2x2 matrix.