class Sommet{ int x,y; float z,vz; public Sommet(int x,int y,float z){ this.x = x ; this.y = y ; this.z = z ; this.vz = 0 ; } }