parry3d::query::closest_points

Function closest_points_shape_composite_shape

source
pub fn closest_points_shape_composite_shape<D, G2>(
    dispatcher: &D,
    pos12: &Isometry<f32>,
    g1: &dyn Shape,
    g2: &G2,
    margin: f32,
) -> ClosestPoints
Expand description

Closest points between a shape and a composite shape.