Function parry2d_f64::query::details::intersection_test_ball_point_query
source · pub fn intersection_test_ball_point_query<P: ?Sized + PointQuery>(
pos12: &Isometry<Real>,
ball1: &Ball,
point_query2: &P
) -> boolExpand description
Intersection test between a ball and a shape implementing the PointQuery trait.