Function parry3d::query::details::intersection_test_ball_ball[][src]

pub fn intersection_test_ball_ball(
    center12: &Point<Real>,
    b1: &Ball,
    b2: &Ball
) -> bool

Intersection test between balls.