pub fn closest_points_shape_composite_shape<N, G2>(
m1: &Isometry<N>,
g1: &dyn Shape<N>,
m2: &Isometry<N>,
g2: &G2,
margin: N,
) -> ClosestPoints<N>
Expand description
Closest points between a shape and a composite shape.
pub fn closest_points_shape_composite_shape<N, G2>(
m1: &Isometry<N>,
g1: &dyn Shape<N>,
m2: &Isometry<N>,
g2: &G2,
margin: N,
) -> ClosestPoints<N>
Closest points between a shape and a composite shape.