Function parry2d::query::details::intersection_test_ball_point_query[][src]

pub fn intersection_test_ball_point_query<P: ?Sized + PointQuery>(
    pos12: &Isometry<Real>,
    ball1: &Ball,
    point_query2: &P
) -> bool

Intersection test between a ball and a shape implementing the PointQuery trait.