lissajous(): C++ version Display a Lissajous figure of the form: x(i) = sin ( ( A1 * t + B1 ) * 2 * pi ). y(i) = sin ( ( A2 * t + B2 ) * 2 * pi ).