pub fn distance_convex_polyhedron_ball(
    pos12: &Isometry<f32, Unit<Quaternion<f32>>, 3>,
    shape1: &impl Shape,
    ball2: &Ball
) -> f32
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.