[][src]Function parry3d::query::details::intersection_test_composite_shape_shape

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

Intersection test between a composite shape (Mesh, Compound) and any other shape.