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

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