Type Definition piston_window::types::Matrix2d[][src]

type Matrix2d<T = f64> = [[T; 3]; 2];

The type used for matrices.