adamwulf / ClippingBezier

ClippingBezier calculates intersection points, paths, and shapes between two UIBezierPaths
http://getlooseleaf.com/opensource/
MIT License
254 stars 34 forks source link

Attempting to find intersections by flattening curvy path segments & calculation intersections of path & line #15

Closed julsh closed 3 years ago

julsh commented 3 years ago

removed the unused methods - they were in preparation for the bisect, but you're right they're not supposed to be in this branch. looking into the failing tests for ClippingBezier now