Function parry3d::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
) -> bool
Expand description
Intersection test between a ball and a shape implementing the PointQuery
trait.