示例#1
0
 public final boolean hit(int x, int y) {
   return gp != null && (gp.contains(x, y) || gp.intersects(x - 3, y - 3, 6, 6));
 }