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

Show generalities/fig0820.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Align | #Basealign | #Transform/scale/shift/rotate | #Fontsize
size(0,0); path line=(0,0)--(6cm,0); transform T=shift(0,-cm); draw("$A$",line); draw("$B$",T*line,dir(0)); draw("$C$",T^2*line,N); draw(Label("$D$",fontsize(14pt)),T^3*line);