manuelbieh / geolib

Zero dependency library to provide some basic geo functions
MIT License
4.23k stars 342 forks source link

Addition #273

Open pork1977 opened 3 years ago

pork1977 commented 3 years ago

Hi, this is a great little library so thank you!

I noticed that you have isPointInPolygon(point, polygon) and isPointWithinRadius(point, centerPoint, radius)

It would be a great addition to see an isPointInBoundingBox(point, boundingBox) included also, although by no means a necessity! Just a nice to have.