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

Show generalities/fig1470.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Transform/scale/shift/rotate | #Circle
size(0,0); path p= scale(3cm)*unitcircle; draw(p,red+1mm); draw(shift(1mm,2mm)*p); draw(shift(2*(1mm,2mm))*p); draw(shift(3*(1mm,2mm))*p); draw(shift(4*(1mm,2mm))*p); draw(shift(5*(1mm,2mm))*p);