parry3d::query::details

Function cast_shapes_ball_ball

source
pub fn cast_shapes_ball_ball(
    pos12: &Isometry<f32>,
    vel12: &Vector<f32>,
    b1: &Ball,
    b2: &Ball,
    options: ShapeCastOptions,
) -> Option<ShapeCastHit>
Expand description

Time Of Impact of two balls under translational movement.