| Function | Coordinate | Expression by the parametric variable |
remarks |
| Circle | x | p1*cos(p2*x) | Same
value must be specified for p1 in x and y, respectively. It is
similar for p2. |
| y | p1*sin(p2*x) |
| Ellipse | x | p1*sin(p2*x) | Same
or different value can be specified for p1 in x and y, respectively. For p2,
same value must be specified in x and y. |
| y | p1*cos(p2*x) |
| Cardioid | x | p1*(1+cos(p2*x))*cos(p2*x) | Same
or different value can be specified for p1 in x and y, respectively. For p2,
same value must be specified in x and y. |
| y | p1*(1+cos(x))*sin(p2*x) |
| Nephroid | x | p1*(p2*cos(x)-cos(p2*x)) | Same
value must be specified for p1 in x and y, respectively. It is
similar for p2. |
| y | p1*(p2*sin(x)-sin(p2*x)) |
| Nephroid | x | p1*(p2*cos(x)+cos(p2*x)) | Same
value must be specified for p1 in x and y, respectively. It is
similar for p2. |
| y | p1*(p2*sin(x)+sin(p2*x)) |
| Deltoid | x | p1*(p2*cos(x)+cos(p2*x)) | Same
value must be specified for p1 in x and y, respectively. It is
similar for p2. |
| y | p1*(p2*sin(x)-sin(p2*x)) |