说明:绘图区域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