座標系の円柱、球形の使用例

x=5*cos(t*10*360)
y=3*sin(t*10*360)
z=8*t
x=5*cos(t*10*360),y=3*sin(t*10*360),z=8*t
a=20
x=a*(cos(t*360))^3
b=40
y=b*(sin(t*360))^3
a=20,x=a*(cos(t*360))^3,b=40,y=b*(sin(t*360))^3
r=20
theta=t*360*4
z=t*50?
r=20,theta=t*360*4,z=t*50
r=5+t*30
theta=t*360*5
z=t*50
r=5+t*30,theta=t*360*5,z=t*50
rho=30
theta=t*180
phi=t*360*15
rho=30,theta=t*180,phi=t*360*15
rho=10*t
theta=-360*t*5
phi=360*t*5?
rho=10*t,theta=-360*t*5,phi=360*t*5






データム点