这是我刚写完这个软件时,自己写的一个测试用例.

vertices = 3600
w = from 0 to 32
a = mod(w, 1) * 2 * PI
b = from 0 to PI
r = 10.0
x = r*sin(a)*sin(b)
y = r*cos(a)*sin(b)
z = r*cos(b)

数学图形(2.10)一种绕在球上的线圈

相关文章:

  • 2022-12-23
  • 2021-07-15
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2021-06-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
相关资源
相似解决方案