[][src]Function parry2d::query::closest_points::closest_points_ball_ball

pub fn closest_points_ball_ball(
    pos12: &Isometry<Real>,
    b1: &Ball,
    b2: &Ball,
    margin: Real
) -> ClosestPoints

Closest points between balls.

Each returned point is expressed on the local-space of the corresponding shape.