Python and Turtle animation,Difficulty Level 7,loop Cycloid and Trochoid with Python Turtle

Cycloid and Trochoid with Python Turtle

Cycloid is curve formed by tracing a point on a circle while is rolling along a straight line. Animate the drawing process of cycloid.

Cycloid

You can set the tracking point inside the circle or outside the circle to form a more general curve call Trochoid.

Trochoid with Tracking Point Outside the Circle
Trochoid with Tracking Point Inside the Circle

Related Post