Script
Retour

 @options;

@figure;
  A = point( 0 , 15 )  { fixe };
  B = point( 0 , -15 )  { fixe };
  dAB =droite( A , B )  { sansnom };
  C = point( -6.68 , 2.42 )  { rouge , trace , rond2 , sansnom };
  D = point( 1.09 , 2.79 )  { violetfonce , trace , rond2 , sansnom };
  E = point( -7.17 , -3.46 )  { sansnom };
  F = point( -0.5 , 5.77 )  { sansnom };
  G = point( 3.58 , 0.99 )  { sansnom };
  sEF =segment( E , F );
  H =symetrique( D , G )  { violetfonce , trace , rond2 , sansnom };
  sax_sEF =reflexion( sEF )  { noir };
  C' =image( sax_sEF , C )  { rouge , trace , rond2 , sansnom };

Retour