summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/randompath3.asy
blob: b6666570b36d85e1c0175031a2f8e6bbc8d42e44 (plain)
1
2
3
4
import three;

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