Function heron::rapier_plugin::rapier2d::parry::query::details::intersection_test_ball_point_query[][src]

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

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