pub fn intersection_test_shape_composite_shape<D, G2>(
    dispatcher: &D,
    pos12: &Isometry<f32, Unit<Quaternion<f32>>, 3>,
    g1: &(dyn Shape + 'static),
    g2: &G2
) -> boolwhere
    D: QueryDispatcher + ?Sized,
    G2: TypedSimdCompositeShape + ?Sized,
Expand description

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