[][src]Function parry3d::query::details::intersection_test_point_query_ball

pub fn intersection_test_point_query_ball<P: ?Sized + PointQuery>(
    pos12: &Isometry<Real>,
    point_query1: &P,
    ball2: &Ball
) -> bool

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