Closed
Description
Hello,
assume you have million of points and you would like to find the point closest to line, polygon ...
It would be a lot faster if you could just calculate the square distance. And find smallest square distance value. With this it is possible to save for each distance calculation at least one Math.hypot()
.
kind regards
Christian
Metadata
Metadata
Assignees
Labels
No labels