My thought process:
Create the 2D representation of the rose, which I have defined as :
For Domain (u,v) [0,1]
x(u,v) = 1 + sin(8π u) cos(2π u)
y(u,v) = 1 + sin(8π u) sin(2π u)
z(u,v) = 0
May I know how do I manipulate 3π/2 and a vertical displacement of 2 to complete the sweep ?
