public class Grille{ int k,alterne,opaque; float w, h, pasx,pasy; Vecteur[][] points; Pointeur3D pointeur; public Grille(float w,float h,int k){ pointeur=new Pointeur3D(); alterne=-1; opaque=205; this.w=w; this.h=h; this.k=k; this.pasx=w/k; this.pasy=h/k; points=new Vecteur[k][k]; for(int i=0;i