adamwulf / ClippingBezier

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

[WIP] Feature/self intersect #20

Closed adamwulf closed 10 months ago

adamwulf commented 3 years ago

goal will be to calculate the entire union path of an eraser stroke by finding it's outline path's self intersections, and building the union from that, instead of from unioning separating segments of the stroke together.