Module geo::algorithm::closest_point
source · Expand description
Calculate the closest Point between a Geometry and an input Point.
Traits
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.