KitWallace / FO

4 stars 0 forks source link

circle intersection fails #31

Open KitWallace opened 2 years ago

KitWallace commented 2 years ago

touching circles should work but doesnt

KitWallace commented 2 years ago

problem is that touching circles have only one point of intersection and the current algorithm assumes two - for two touching circles it should be simple to traverse one and then the other for a complete path. Need to formulate the edges so Hierholzer finds this solution

KitWallace commented 2 years ago

touching circles are OK if the toiuch is not the only crossing - edges wrong if 2 touching circles only

KitWallace commented 2 years ago

still a problem with small circle inside large circle - circumscribed circle almost works but has a couple of errors - odd