Figure Asymptote generalities -- 141
🔗This picture comes from the Asymptote gallery of topic generalities

Show generalities/fig1420.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Path | #Loop/for/while
size(6cm,0); path curv=reverse((0,2){dir(-60)}..(1,0)..{dir(60)}(2,2)); draw(curv); for(real i=0; i<=length(curv); i+=.1) draw(point(curv,i)--dir(curv,i)+point(curv,i),grey);