Function parry3d_f64::query::details::distance_convex_polyhedron_ball

source ยท
pub fn distance_convex_polyhedron_ball(
    pos12: &Isometry<Real>,
    shape1: &(impl Shape + ?Sized),
    ball2: &Ball
) -> Real
Expand description

Distance between a convex polyhedron and a ball.

This function panics if the input shape does not implement both the ConvexPolyhedron and PointQuery traits.