index
:
CTAN
master
CTAN daily syncs as git repository
norbert@preining.info
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
asymptote
/
examples
/
grid.asy
blob: a607ac78e2885b55cf6b8d67ab53a4781862d256 (
plain
)
1
2
3
4
5
6
7
import math; size(100,0); add(shift(-5,-5)*grid(10,10)); dot((0,0),red);