[][src]Function parry3d::query::contact::contact_shape_composite_shape

pub fn contact_shape_composite_shape<D: ?Sized, G2: ?Sized>(
    dispatcher: &D,
    pos12: &Isometry<Real>,
    g1: &dyn Shape,
    g2: &G2,
    prediction: Real
) -> Option<Contact> where
    D: QueryDispatcher,
    G2: SimdCompositeShape

Best contact between a shape and a composite (Mesh, Compound) shape.