[src]

Module ncollide2df64::narrow::algorithm::minkowski_sampling

Penetration depth computation algorithm approximating the Minkowskis sum.

Functions

closest_points

Computes the closest points between two implicit inter-penetrating shapes. Returns None if the shapes are not in penetration. This can be used as a fallback algorithm for the GJK algorithm.