[][src]Function nphysics3d::solver::helper::split_ext_vels

pub fn split_ext_vels<'a, N: RealField>(
    body1: &dyn Body<N>,
    body2: &dyn Body<N>,
    assembly_id1: usize,
    assembly_id2: usize,
    ext_vels: &'a DVector<N>
) -> (DVectorSlice<'a, N>, DVectorSlice<'a, N>)

Retrieve the external velocity subvectors for the given bodies.