Type Definition mint::RowMatrix3 [] [src]

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

Row-major 3x3 matrix.