Function heron::rapier_plugin::rapier3d::parry::query::details::intersection_test_point_query_ball[][src]

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

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