Function heron::rapier_plugin::rapier::parry::query::details::time_of_impact_ball_ball[][src]

pub fn time_of_impact_ball_ball(
    pos12: &Isometry<f32, Unit<Quaternion<f32>>, 3_usize>,
    vel12: &Matrix<f32, Const<{_: usize}>, Const<1_usize>, ArrayStorage<f32, 3_usize, 1_usize>>,
    b1: &Ball,
    b2: &Ball,
    max_toi: f32
) -> Option<TOI>

Time Of Impact of two balls under translational movement.