parry3d::query::details

Function intersection_test_point_query_ball

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

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