input geometriesyr12;
figure(0,0,18u,13u);
trace feuillet withcolor blanc;
pair A,B,C,D,E,F,O;
O=u*(8,5);
D=u*(2,6);
A=u*(1,7);
B=u*(4,8.5);
C=u*(9,9.5);
path cc;
cc=A--B--C--D--cycle;
E=u*(7,10);
F=u*(15,12);
trace cc;
%trace symetrie(cc,O);
%trace cc shifted(F-E);
drawarrow E--F withpen pencircle scaled 1.5bp;
nomme.top(A);
nomme.top(B);
nomme.top(C);
nomme.bot(D);
marque_p:="croix";
nomme.top(E);
nomme.top(F);
nomme.top(O);
fin;
end
