Type Definition mint::RowMatrix2 [] [src]

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

Row-major 2x2 matrix.