This commit is contained in:
2026-03-27 15:57:29 +01:00
18 changed files with 293 additions and 30 deletions

View File

@@ -173,6 +173,7 @@ public class Ligne extends ObjetGraphique{// Hérite de la classe ObjetGraphique
}
return dansCercle;
}
public Segment getSegCourant() {
return this.SegCourant;
}