Type Definition piston_window::math::Matrix2d

source ·
pub type Matrix2d<T = f64> = [[T; 3]; 2];
Expand description

The type used for matrices.