Uses of Class
tp.prof.classes.Point

Packages that use Point
tp.prof.classes   
 

Uses of Point in tp.prof.classes
 

Methods in tp.prof.classes with parameters of type Point
 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