pub fn closest_points_shape_composite_shape<D, G2>( dispatcher: &D, pos12: &Isometry<f32>, g1: &dyn Shape, g2: &G2, margin: f32, ) -> ClosestPointswhere D: ?Sized + QueryDispatcher, G2: ?Sized + TypedSimdCompositeShape,
Closest points between a shape and a composite shape.