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

Show generalities/fig1250.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis
size(0,0); pair A=0, B=(3cm,3cm), C=(6cm,0); draw(A..B..C); draw(A{curl 0}..B..{curl 0}C,red); dot(A--B--C);