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

Show generalities/fig1500.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Path
size(8cm,0); path curv=(0,0)..(1,1)..(1.5,-1)..(3,0); pair A=(0,-1), B=(3,.75); defaultpen(1mm); draw(curv); draw(reflect(A,B)*curv,.8red); draw(A--B,grey);