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

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