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

Show generalities/fig1480.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Path | #Transform/scale/shift/rotate
size(0,0); path p= (5mm,-5mm){right} .. (4cm,0); for(int i=10; i<360; i+=10) draw(rotate(i)*p); draw(p,red+1mm);