input geometriesyr16; figureespace(-10u,-10u,10u,10u); Initialisation(5,30,20,500); color A,B,C,D,S; A=(0,0,0); B=(1,0,0); C=(1,1,0); D-C=A-B; S=(1/2,1/2,1); marque_p:="croix"; nomme.ulft(A); nomme.llft(B); nomme.lrt(C); nomme.rt(D); nomme.top(S); marque_p:="non"; finespace; figureespace(-10u,-10u,10u,10u); Initialisation(5,30,20,500); color A,B,C,D,S; A=(0,0,0); B=(1,0,0); C=(1,1,0); D-C=A-B; S=(1/2,1/2,-1); marque_p:="croix"; nomme.ulft(A); nomme.llft(B); nomme.lrt(C); nomme.rt(D); nomme.bot(S); marque_p:="non"; finespace; figureespace(-10u,-10u,10u,10u); Initialisation(5,30,20,500); color A,B,C,D,S; A=(0,0,0); B=(1,0,0); C=(1,0,-1); D-C=A-B; S=(0,1,0); marque_p:="croix"; nomme.ulft(A); nomme.llft(B); nomme.lrt(C); nomme.rt(D); nomme.rt(S); marque_p:="non"; finespace; end