pub fn intersection_test_shape_composite_shape<D, G2>( dispatcher: &D, pos12: &Isometry<f32>, g1: &dyn Shape, g2: &G2, ) -> boolwhere D: ?Sized + QueryDispatcher, G2: ?Sized + TypedSimdCompositeShape,
Proximity between a shape and a composite (Mesh, Compound) shape.
Mesh
Compound