Tagged Questions
0
votes
1answer
145 views
Find whether n closed curves intersect
I have a number of closed curves (contours) which I want split into groups of mutually intersecting curves. The contours are made of straight lines and bezier curves. How could I do that? Thanks!
6
votes
0answers
426 views
How can I tell when two cubic Bézier curves intersect?
I'm working a little program that converges on vector-based approximations of raster images, inspired by Roger Alsing's genetic Mona Lisa. (I started on this after his first blog post two years ago, ...