pub fn contact_manifold_ball_ball_shapes<ManifoldData, ContactData>(
    pos12: &Isometry<f32, Unit<Quaternion<f32>>, 3>,
    shape1: &(dyn Shape + 'static),
    shape2: &(dyn Shape + 'static),
    prediction: f32,
    manifold: &mut ContactManifold<ManifoldData, ContactData>
)where
    ContactData: Default + Copy,
Expand description

Computes the contact manifold between two balls given as Shape trait-objects.