You may view all the posts of the category "Generalities"
|
|
| (Compiled with Asymptote version 2.14svn-r5318) |
size(0,0);
path cle=scale(2cm)*unitcircle;
draw(cle);
for(real i=0; i<=length(cle); i+=.2)
draw(point(cle,i)--2cm*dir(cle,i)+point(cle,i),Arrow,p=i/length(cle)*red);






