[][src]Module geo::algorithm::closest_point

Calculate the closest Point between a Geometry and an input Point.

Traits

ClosestPoint

Find the closest Point between a given geometry and an input Point. The closest point may intersect the geometry, be a single point, or be indeterminate, as indicated by the value of the returned enum.