示例#1
0
 public int getz(Coord tc) {
   Grid g = getgridt(tc);
   return (g.getz(tc.sub(g.ul)));
 }