pub fn contact_ball_ball<N>(
    center1: &OPoint<N, Const<2>>,
    b1: &Ball<N>,
    center2: &OPoint<N, Const<2>>,
    b2: &Ball<N>,
    prediction: N
) -> Option<Contact<N>>where
    N: RealField + Copy,
Expand description

Contact between balls.