Type Definition heron::rapier_plugin::rapier2d::math::Matrix[][src]

pub type Matrix<N> = Matrix<N, Const<{_: usize}>, Const<{_: usize}>, ArrayStorage<N, 2_usize, 2_usize>>;
Expand description

The matrix type.