PointInPolygon in polygon with holes #985
Unanswered
petrasvestartas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do you check if point is inside a polygon with holes?
I do this, but this is only one path:
auto result = Clipper2Lib::PointInPolygon(corner, boundary[0]);
Beta Was this translation helpful? Give feedback.
All reactions