pub type Matrix = Matrix<f64, Const<{_: usize}>, Const<{_: usize}>, ArrayStorage<f64, 4_usize, 4_usize>>;
Standard homogenous matrix type