From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- graphics/asymptote/examples/randompath3.asy | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 graphics/asymptote/examples/randompath3.asy (limited to 'graphics/asymptote/examples/randompath3.asy') diff --git a/graphics/asymptote/examples/randompath3.asy b/graphics/asymptote/examples/randompath3.asy new file mode 100644 index 0000000000..b6666570b3 --- /dev/null +++ b/graphics/asymptote/examples/randompath3.asy @@ -0,0 +1,4 @@ +import three; + +size(300); +draw(randompath3(100),red); -- cgit v1.2.3