Function parry2d::query::details::cast_shapes_ball_ball

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

Time Of Impact of two balls under translational movement.