Function parry3d_f64::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.