-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ngon
-Segment
intersection in 2D
#646
Comments
Intersections of |
In the 2D case we need a new clipping algorithm between I am busy with other projects at the moment, and won't have the time to add these implementations in the following weeks. Feel free to propose algorithms as PRs for review. |
Just to double check @tomerarnon, are you aware of our |
Yes! |
Ngon
-Segment
intersection in 2D
Related to #644. In my application, I would like to use a
Rope
to represent a "path", and I would like to find intersections between that path and a number of geometries. At the moment, those are segments, ngons (probably only rectangles), and other ropes.I guess the stackoverlow is a red herring for any missing method: #246
The text was updated successfully, but these errors were encountered: