[src]

Function ncollide2df64::narrow::closest_points::closest_points

pub fn closest_points(center1: &V, b1: &Ball, center2: &V, b2: &Ball) -> (V, V)

Computes the closest points between two balls.

If they are intersecting, the points corresponding to the penetration depth are returned.