Parametric curves
Parametric curve can be thought of as a deformation of a straight line. If t is the distance from some fixed point of the line, for each value of t we specify the corresponding point in the plane (or space):
x = x(t); y = y(t); z = z(t)
How do we choose functions x(t) and y(t)?