summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/examples/label3solid.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/examples/label3solid.asy')
-rw-r--r--Build/source/utils/asymptote/examples/label3solid.asy6
1 files changed, 0 insertions, 6 deletions
diff --git a/Build/source/utils/asymptote/examples/label3solid.asy b/Build/source/utils/asymptote/examples/label3solid.asy
deleted file mode 100644
index 476d41fdbc3..00000000000
--- a/Build/source/utils/asymptote/examples/label3solid.asy
+++ /dev/null
@@ -1,6 +0,0 @@
-import three;
-
-currentprojection=perspective(100,100,200,up=Y);
-
-draw(scale3(4)*extrude("$\displaystyle\int_{-\infty}^{+\infty}
-e^{-\alpha x^2}\,dx=\sqrt{\frac{\pi}{\alpha}}$",2Z),blue);