Uses of Class
tp.prof.classes.Point

Uses of Point in tp.prof.classes
 

Methods in tp.prof.classes with parameters of type Point
 int Point.compareTo(Point arg0)
           
 double Point.distance(Point autrePt)
          Renvoie la distance entre deux points
 

Constructors in tp.prof.classes with parameters of type Point
Point(Point point)
          Permet de créer un point de mêmes coordonnées qu'un autre point