pub fn contact_ball_ball(
    pos12: &Isometry<Real>,
    b1: &Ball,
    b2: &Ball,
    prediction: Real
) -> Option<Contact>
Expand description

Contact between balls.