You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to see if there's any progress on this. I'm working with a nonconvex polygon and I'd really like to have the membership-check functionality.
For example, I'd like the following code to run without error:
@David-davidlxl: I added an implementation in #3628. It will likely take some time until this gets reviewed and merged, so I suggest you check out the branch or copy the code.
Also, I tried to cover every edge case, but there might be one missing. So feel free to beta-test it :)
@schillic Thank you so much!
I copied your ∈(x::AbstractVector, P::Polygon) function and tested it with my polygon, and it seems to work perfectly! #3628
cc @mvanzulli
The text was updated successfully, but these errors were encountered: