[][src]Function ncollide2d::query::closest_points_ball_ball

pub fn closest_points_ball_ball<N: RealField>(
    center1: &Point<N>,
    b1: &Ball<N>,
    center2: &Point<N>,
    b2: &Ball<N>,
    margin: N
) -> ClosestPoints<N>

Proximity between balls.