summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/randompath3.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/randompath3.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/randompath3.asy4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/randompath3.asy b/Master/texmf-dist/doc/asymptote/examples/randompath3.asy
new file mode 100644
index 00000000000..755c3a29128
--- /dev/null
+++ b/Master/texmf-dist/doc/asymptote/examples/randompath3.asy
@@ -0,0 +1,4 @@
+import three;
+
+size(300);
+draw(randompath3(100),red,currentlight);