KitWallace / FO

4 stars 0 forks source link

circle path needs optimising #37

Open KitWallace opened 2 years ago

KitWallace commented 2 years ago

the generated ppath for a set of intersecting circles could be improved to eliminatingsharp corners. Currently edges are marked with the circle number so the algorithm will prefer to stay on the same circle but that doesnt achieve the best path.

KitWallace commented 2 years ago

special for polygon of touching circles - added, odd N and even required different paths