summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/randompath3.asy
blob: 56382d19b8979e9ba22eb50eefe30591e6602a9b (plain)
1
2
3
import three;
size(300);
draw(randompath3(100),red,currentlight);