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

Show generalities/fig1100.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Transform/scale/shift/rotate
size(0,0); pair A, B, C; A=(0,0); B=(4cm,0); C=(0,4cm); draw(A--B--C--cycle); filldraw(shift(A)*scale(6bp)*unitcircle, white); filldraw(shift(B)*scale(6bp)*unitcircle, white); filldraw(shift(C)*scale(6bp)*unitcircle, white);