Function parry3d::query::contact::contact_ball_ball
source · pub fn contact_ball_ball(
pos12: &Isometry<Real>,
b1: &Ball,
b2: &Ball,
prediction: Real
) -> Option<Contact>
Expand description
Contact between balls.