pub fn distance_ball_ball<N: RealField + Copy>( center1: &Point<N>, b1: &Ball<N>, center2: &Point<N>, b2: &Ball<N>, ) -> N
Distance between balls.