Type Definition rapier2d::math::SpacialVector[][src]

type SpacialVector<N> = Matrix<N, Const<{_: usize}>, Const<1_usize>, ArrayStorage<N, 3_usize, 1_usize>>;

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