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
Hi, Adam first of all thank you very much for creating such a wonderful library, I'm trying to find the intersection of 2 unclosed paths but right now I don't think the library supports this...are there any plans for this?
The text was updated successfully, but these errors were encountered:
Hi! I'm glad to hear you're enjoying the library :)
the method findIntersectionsWithClosedPath:andBeginsInside: is unfortunately named - it will in fact return intersection points for two unclosed paths. It's on my todo list to make a 2.0 version of this package that would simply clean up the method names and public functions so that it's clearer. Does that method return what you need if you try it on two unclosed paths?
Hi, Adam first of all thank you very much for creating such a wonderful library, I'm trying to find the intersection of 2 unclosed paths but right now I don't think the library supports this...are there any plans for this?
The text was updated successfully, but these errors were encountered: