Python and Turtle animation,Difficulty Level 8,loop,math,python Hypocycloid Animation with Python Turtle

Hypocycloid Animation with Python Turtle

Hypocycloid is a curve that is formed by tracing a fixed point on the circle that is rolling inside a larger circle. Animate this tracing steps with Python Turtle. Also experiment with different ratios between the smaller circle and the larger one.

The following is the whole animation process with the ratio value 6/13.

Video of Hypocycloid Animation with Python Turtle (Ratio: 6/13)
Image of Hypocycloid with Ratio 6/13
Astroid: Image of Hypocycloid with Ratio 1/4
Image of Hypocycloid with Ratio 7/20

What’s next?
Hypotrochoid

Related Post