input geometriesyr15; figure(0,0,6u,5u); pair A,B,C,E,F; A=u*(0.75,4); B=u*(5.25,4); C=u*(0.75,0.75); trace triangle(A,B,C); trace codeperp(C,A,B,8); E=2.4/6.4[B,A]; F=3/8[B,C]; marque_p:="plein"; nomme.bot(E); nomme.bot(F); marque_p:="non"; trace cotationmil(A,E,2mm,10,btex 4 etex); trace cotationmil(E,B,2mm,10,btex 2,4 etex); trace cotationmil(C,A,2mm,10,btex 4,8 etex); trace cotationmil(F,B,-2mm,10,btex 3 etex); nomme.ulft(A); nomme.bot(C); nomme.urt(B); fin; end