pub fn contact_manifold_ball_ball<ManifoldData, ContactData: Default + Copy>(
pos12: &Isometry<f32>,
ball1: &Ball,
ball2: &Ball,
prediction: f32,
manifold: &mut ContactManifold<ManifoldData, ContactData>,
)
Expand description
Computes the contact manifold between two balls.