Function parry3d::query::details::contact_manifold_ball_ball_shapes
source · pub fn contact_manifold_ball_ball_shapes<ManifoldData, ContactData: Default + Copy>(
pos12: &Isometry<Real>,
shape1: &dyn Shape,
shape2: &dyn Shape,
prediction: Real,
manifold: &mut ContactManifold<ManifoldData, ContactData>
)
Expand description
Computes the contact manifold between two balls given as Shape
trait-objects.