summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/label3solid.asy
blob: 5eb955ff482153adf25d2ee65a56fc10b0477071 (plain)
1
2
3
4
5
6
import three;

currentprojection=perspective(100,100,200,up=Y);

draw(extrude("$\displaystyle\int_{-\infty}^{+\infty}e^{-\alpha x^2}\,dx=
\sqrt{\frac{\pi}{\alpha}}$",2Z),blue);