Hello everyone,
I need help drawing a Reuleaux Triangle using 3 create_arc method. Unfortunately, it is not a perfect circle, meaning the midpoint will be longer than a regular radius on a circle.
The Reuleaux triangle looks like this:
Using 3 create_arc commands, how would I create this in Tkinter Python?
Thanks!
I need help drawing a Reuleaux Triangle using 3 create_arc method. Unfortunately, it is not a perfect circle, meaning the midpoint will be longer than a regular radius on a circle.
The Reuleaux triangle looks like this:
![[Image: 1024px-ReuleauxTriangle.svg.png]](https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/ReuleauxTriangle.svg/1024px-ReuleauxTriangle.svg.png)
Using 3 create_arc commands, how would I create this in Tkinter Python?
Thanks!
