博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
数学图形(2.12)spherical cycloid球面外摆曲线
阅读量:6290 次
发布时间:2019-06-22

本文共 348 字,大约阅读时间需要 1 分钟。

查了半天也没搜到其具体的定义,先把脚本代码和截图发下.

#http://www.mathcurve.com/courbes3d/cycloidspheric/cycloidspheric.shtmlvertices = 12000t = from 0 to (80*PI)a = 10q = rand2(0.5, 10)w = rand2(PI*0.1, PI*0.9)s = sin(w)c = cos(w) x = a*[(q - c)*cos(t) + c*cos(t)*cos(q*t) + sin(t)*sin(q*t)]z = a*[(q - c)*sin(t) + c*sin(t)*cos(q*t) - cos(t)*sin(q*t)]y = a*s*(1 - cos(q*t))

转载地址:http://kqzta.baihongyu.com/

你可能感兴趣的文章