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
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
We drew an ellipse centered at origin without tilt. In this project, we will draw a general ellipse that can be centered at any location and any tilt angle. The
We have several projects drawing ovals. Ellipse is not the same oval. An ellipse is a curve surrounding two focal points such that the sum of the distances to the two
Although there is built in function to draw a circle in Turtle, let’s draw circles in a different way with parametric equation. The parametric equations for a circle is very
Lissajous Curve is a famous curve with both practical use and in art and design. It is generated by a simple parametric equation: In the equation above t is the
Use the following parametric equations to draw a butterfly curve. In the equation above t is the parameter of the equations. Let it range from 0 to 12π gradually with
Use the following parametric equations to draw the following filled heart curve. The variable t is the parameter for the curve. Let t range from 0 to 2π with small
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 in a
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
Continue from the tutorial on drawing oval with given center point, draw an inscribing oval given a bounding rectangle specified with center, width, and height.