Open valegnr opened 2 months ago
GeometryBasics is meant to be a library that just defines types - try https://github.com/JuliaGeo/GeometryOps.jl or its predecessor https://github.com/JuliaGeometry/PolygonOps.jl for geometry algorithms that work with GeometryBasics!
I am unsure if i am using your code correctly, but i assume that the following code behaves different to what i would expect:
This means to me that
in(p::Point2,pol::Polygon)
gives a wrong result. Thank you for your time and effort!