pub fn time_of_impact_ball_ball(
    pos12: &Isometry<f32, Unit<Complex<f32>>, 2>,
    vel12: &Matrix<f32, Const<2>, Const<1>, ArrayStorage<f32, 2, 1>>,
    b1: &Ball,
    b2: &Ball,
    max_toi: f32
) -> Option<TOI>
Expand description

Time Of Impact of two balls under translational movement.