This brief tutorial is intended to provide some intuition for parametric curves. To begin, download the source file main.cpp then compile and run it.
On the left hand side of the window are cubic polynomials x(t) and y(t). On the right hand side of the window is the parametric curve (x(t),y(t)). Press 'a' to provide an animation showing x(t), y(t), and (x(t),y(t)) for increasing values of t. If needed, you can change the speed of animation by pressing the 's' key. You can also pause and restart the animation with the space bar. Try rotating the x(t) curve to see if another orientations is more intuitive.