Ever wonder how those fancy math curves are made? Well, this project provides the practice room for creating nearly infinite number of parametric equation combinations. The path the dot takes is defined as: X=R[a*sin(w*t)+b*cos(x*t)] Y=R[c*sin(y*t)+b*cos(z*t)] whereas R is a scale factor, t is the passing of time, [a,b,c,d] modify the trig, and [w,x,y,z] modify the rate of t. Okay, even if this isn't the same as the real parametric curves, it is still very interesting to use. To be honest, I don't really know what a parametric equation is, but I find the math quite awesome. Extra Controls: spacebar - clear, reset t v - hide/show variables Made by Zro716.