Function ncollide3d::query::closest_points_ball_ball [−][src]
pub fn closest_points_ball_ball<N: RealField>(
center1: &Point<N>,
b1: &Ball<N>,
center2: &Point<N>,
b2: &Ball<N>,
margin: N
) -> ClosestPoints<N>
Proximity between balls.