Function parry3d::query::details::intersection_test_point_query_ball
source · pub fn intersection_test_point_query_ball<P: ?Sized + PointQuery>(
pos12: &Isometry<Real>,
point_query1: &P,
ball2: &Ball
) -> bool
Expand description
Intersection test between a shape implementing the PointQuery
trait and a ball.