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

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

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