parry3d::query::contact

Function contact_ball_ball

source
pub fn contact_ball_ball(
    pos12: &Isometry<f32>,
    b1: &Ball,
    b2: &Ball,
    prediction: f32,
) -> Option<Contact>
Expand description

Contact between balls.