blob: 13c91917f5a0073b765ce636d758386b0f119ed4 (
plain)
1
2
3
4
5
6
7
|
import three;
currentprojection=perspective(100,100,200,up=Y);
currentlight=Headlamp;
draw(scale3(4)*extrude("$\displaystyle\int_{-\infty}^{+\infty}
e^{-\alpha x^2}\,dx=\sqrt{\frac{\pi}{\alpha}}$",2Z),blue);
|