Continuing from Hypotrochoid project, create program that allows users to draw many Hypotrochoid on one canvas to generate a beautiful spirograph. Ask users to enter the following parameters: the ratio
Continuing from Hypotrochoid project, create program that allows users to draw many Hypotrochoid on one canvas to generate a beautiful spirograph. Ask users to enter the following parameters: the ratio
Hypotrochoid is a curve very similar to Hypocycloid. But it is more general than Hypocycloid because the point we are tracing doesn’t have to lie on the circle. It can
Epicycloid is a curve that is formed by tracing a fixed point on the circle that is rolling around outside a static circle. Animate this tracing steps 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
Cyclogon is a curve formed by tracing a vertex of a rolling polygon on a flat ground. Continue from previous rolling triangle animation and trace the red vertex to draw
Continue from previous rolling triangle animation. Let it roll three times on the ground.
Animate a rolling triangle on the ground as shown.
You drew an ellipse with parametric equation. Animate the drawing process with different values of a and b.
We drew a Lissajous Curve with fixed value for k1 (3) and k2 (2). Lets gradually change k1 from 0 to 3 and draw each one of them to generate
Sine function of an angle θ is defined by the ratio of the length of the side of the triangle opposite to the angle and the length of the hypotenuse