On construit un pentagone : << (1.0,1.0) (2.0,1.0) (3.0,4.0) (2.0,5.0) >> << (1.0,1.0) (2.0,1.0) (3.0,4.0) (2.0,5.0) (0.0,4.0) Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 7, Size: 4 at java.util.ArrayList.add(ArrayList.java:367>> On translate le polygone d'un vecteur (2,2) : << (3.0,3.0) (4.0,3.0) (5.0,6.0) (4.0,7.0) (2.0,6.0) >> On retire le troisi) at fr.supaero.figure.Polygone.ajouter(Unknown Source) at fr.supaero.figure.ScenarioPolygone.main(Unknown Source) eme point : << (3.0,3.0) (4.0,3.0) (4.0,7.0) (2.0,6.0) >> On essaie d'ajouter un point hors des limites :