数学图形(1.33) 棕子曲线

#http://www.mathcurve.com/courbes2d/vasques/vasques.shtml
vertices = 10000
t = from 0 to (8*PI)
a = rand_int2(1, 30)
b = rand_int2(1, 4)
n =8
x = cos(n*t - t)*cos(n*t)
y = cos(n*t)^2
a = 10
x = x*a
y = y*a

相关软件参见:数学图形可视化工具,使用自己定义语法的脚本代码生成数学图形.该软件免费开源.QQ交流群: 367752815

posted on 2014-07-08 16:14  叶飞影  阅读(980)  评论(0编辑  收藏  举报