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

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