pub fn intersection_test_point_query_ball<P: ?Sized + PointQuery>( pos12: &Isometry<f32>, point_query1: &P, ball2: &Ball, ) -> bool
Intersection test between a shape implementing the PointQuery trait and a ball.
PointQuery