input geometriesyr12;
figure(0,0,9u,6u);
u:=0.75cm;
pair A,B,C,D,E,F,G,H;
A=u*(0.75,0.75);
B-A=u*(3,0);
E-A=u*(0,2);
D-A=u*(2.5,1.75);
C-B=D-A;
G-C=E-A;
H-D=E-A;
F-B=E-A;
trace A--B--C--G--H--E--cycle;
trace E--F--G;
trace F--B;
trace A--D--C dashed evenly;
trace H--D dashed evenly;
nomme.llft(A);
nomme.lrt(B);
nomme.rt(C);
nomme.urt(G);
nomme.top(F);
nomme.bot(D);
nomme.lft(E);
nomme.top(H);
fin;
u:=1cm;
figure(0,0,9u,6u);
pair A,B,C,D,E;
A=u*(0.75,0.75);
B=u*(5.75,0.75);
C=u*(4,3);
E=12.5/7.5[B,C];
D=12.5/7.5[A,C];
trace A--B--E--D--cycle;
nomme.llft(A);
nomme.lrt(B);
nomme.rt(C);
nomme.rt(D);
nomme.lft(E);
fin;
end