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

Contact between balls.