parry3d::query::details

Function intersection_test_ball_point_query

source
pub fn intersection_test_ball_point_query<P: ?Sized + PointQuery>(
    pos12: &Isometry<f32>,
    ball1: &Ball,
    point_query2: &P,
) -> bool
Expand description

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