Type Definition rapier3d::math::SpacialVector

source · []
pub type SpacialVector<N> = Matrix<N, Const<6_usize>, Const<1_usize>, ArrayStorage<N, 6_usize, 1_usize>>;
Expand description

A vector with a dimension equal to the maximum number of degrees of freedom of a rigid body.