eco-just

说明:绘图区域x轴(0->1),y轴(0->1);

1.y = 0.5 + sqrt(x * (1 - x))

2.y = smoothstep(a , b , x)

y = smoothstep(0.9 , 0.3 , x):

y = smoothstep(0.3 , 0.9 , x)

 

分类:

技术点:

相关文章:

  • 2021-09-13
  • 2021-04-30
  • 2021-05-01
  • 2021-12-21
  • 2022-12-23
  • 2021-08-07
  • 2021-09-01
  • 2021-04-07
猜你喜欢
  • 2021-06-16
  • 2021-08-14
  • 2021-06-03
  • 2021-12-16
  • 2022-12-23
  • 2021-09-24
  • 2021-07-12
相关资源
相似解决方案