locationtech / jts

The JTS Topology Suite is a Java library for creating and manipulating vector geometry.
Other
1.9k stars 437 forks source link

Add DistanceOp optimization for Point-Point #1049

Closed dr-jts closed 3 months ago

dr-jts commented 3 months ago

Add a DistanceOp optimization for the Point-Point case.

Based on https://github.com/libgeos/geos/pull/1067