Type Definition mint::Matrix3 [] [src]

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

3x3 matrix.