summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/randompath3.asy
blob: 94f989b1fcb1ddaaf6e95fda783f804a411bdad2 (plain)
1
2
3
4
import three;

size(300);
draw(randompath3(100),red,nolight);