pub fn contact_manifold_convex_ball<'a, ManifoldData, ContactData, S1>(
pos12: &Isometry<f32>,
shape1: &'a S1,
ball2: &'a Ball,
normal_constraints1: Option<&dyn NormalConstraints>,
normal_constraints2: Option<&dyn NormalConstraints>,
prediction: f32,
manifold: &mut ContactManifold<ManifoldData, ContactData>,
flipped: bool,
)
Expand description
Computes the contact manifold between a convex shape and a ball.