Type Definition rapier3d::math::Matrix

source ·
pub type Matrix<N> = Matrix<N, Const<3>, Const<3>, ArrayStorage<N, 3, 3>>;
Expand description

The matrix type.