Type Definition rapier3d::math::SpacialVector

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

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