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.
pub fn cast_shapes_ball_ball(
pos12: &Isometry<f32>,
vel12: &Vector<f32>,
b1: &Ball,
b2: &Ball,
options: ShapeCastOptions,
) -> Option<ShapeCastHit>
Time Of Impact of two balls under translational movement.