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

Show generalities/fig0810.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Direction
size(6cm,0); pair A=0, B=(1,0), C=(2,2);; draw(A--B--C--cycle); dot("$A$",A,dir(C--A,B--A)); dot("$B$",B,dir(C--B,A--B)); dot("$C$",C,dir(A--C,B--C));