Ejemplo n.º 1
0
 /*-------------------------------------------------------------------------*/
 private int calcIndex(Point p) {
   int width = zone.getWidth();
   return p.y * width + p.x % width;
 }