图17
18.Rhodonea 曲线 采用笛卡尔坐标系 方程:theta=t*360*4
x=25+(10-6)*cos(theta)+10*cos((10/6-1)*theta) y=25+(10-6)*sin(theta)-6*sin((10/6-1)*theta)
图18
19. 抛物线 笛卡儿坐标 方程:x =(4 * t) y =(3 * t) + (5 * t ^2) z =0
图19
20.螺旋线 圓柱坐标
方程:r = 5
theta = t*1800
z =(cos(theta-90))+24*t
图20
21.三叶线 圆柱坐标 方程:a=1 theta=t*380
b=sin(theta)
r=a*cos(theta)*(4*b*b-1)
图21 22.外摆线 迪卡尔坐标
方程:theta=t*720*5 b=8
a=5
x=(a+b)*cos(theta)-b*cos((a/b+1)*theta) y=(a+b)*sin(theta)-b*sin((a/b+1)*theta) z=0
图22
23. Lissajous 曲线 theta=t*360 a=1 b=1
c=100 n=3
x=a*sin(n*theta+c) y=b*sin(theta)
图23
24.长短幅圆内旋轮线 卡笛尔坐标
方程:a=5 b=7 c=2.2
theta=360*t*10
x=(a-b)*cos(theta)+c*cos((a/b-1)*theta) y=(a-b)*sin(theta)-c*sin((a/b-1)*theta)
图24
25.长短幅圆外旋轮线 卡笛尔坐标
方程:theta=t*360*10 a=5 b=3 c=5
x=(a+b)*cos(theta)-c*cos((a/b+1)*theta) y=(a+b)*sin(theta)-c*sin((a/b+1)*theta)