>\begin{cases} x = sin(3t) \\ y = sin(4t)\end{cases}
VEX(c)float t = @P.x; float x = sin(3 * t); float y = sin(4 * t); @P = set(x, y, 0);