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

Show generalities/fig1220.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{N}..B{N}..cycle); dot(A{N}..B{N}..cycle);