[][src]Function parry2d::query::details::intersection_test_shape_composite_shape

pub fn intersection_test_shape_composite_shape<D: ?Sized, G2: ?Sized>(
    dispatcher: &D,
    pos12: &Isometry<Real>,
    g1: &dyn Shape,
    g2: &G2
) -> bool where
    D: QueryDispatcher,
    G2: TypedSimdCompositeShape

Proximity between a shape and a composite (Mesh, Compound) shape.