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

Show generalities/fig0800.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Direction
size(6cm,0); path line1=(0,0)--(1,0); path line2=(0,0)--(1,1); pair bissec=dir(line1,line2); draw(line1); draw(line2); dot(bissec,linewidth(3bp)); draw(-.5bissec--bissec,dotted); dot("$A$",(0,0),-bissec);