Name: Anonymous 2012-01-02 18:26
Find all points where a system of bezier curves intersect
Create an optimization algorithm that readjusts all bezier curves in the system to minimize intersections while maintaining start and end points.
An area is closed by two bezier curves and a line from startpoint to startpoint and a line from end point to end point. Minimize this area while maximizing the distance between the curves.
Has anyone worked on something like this? Are there ready made/well known algorithms to work with bezier curves like this?
Create an optimization algorithm that readjusts all bezier curves in the system to minimize intersections while maintaining start and end points.
An area is closed by two bezier curves and a line from startpoint to startpoint and a line from end point to end point. Minimize this area while maximizing the distance between the curves.
Has anyone worked on something like this? Are there ready made/well known algorithms to work with bezier curves like this?