pub fn intersection_test_composite_shape_shape<D, G1>( dispatcher: &D, pos12: &Isometry<f32>, g1: &G1, g2: &dyn Shape, ) -> boolwhere D: ?Sized + QueryDispatcher, G1: ?Sized + TypedSimdCompositeShape,
Intersection test between a composite shape (Mesh, Compound) and any other shape.
Mesh
Compound