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