Type Definition mint::ColMatrix3 [] [src]

type ColMatrix3<T> = [[T; 3]; 3];

Column-major 3x3 matrix.