Type Definition mint::ColMatrix4 [] [src]

type ColMatrix4<T> = [[T; 4]; 4];

Column-major 4x4 matrix.