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

pub fn intersection_test_ball_ball(
    center12: &OPoint<f32, Const<2_usize>>,
    b1: &Ball,
    b2: &Ball
) -> bool
Expand description

Intersection test between balls.