コード例 #1
0
ファイル: MCache.java プロジェクト: scypheroth/bdsalem2
 public int getz(Coord tc) {
   Grid g = getgridt(tc);
   return (g.getz(tc.sub(g.ul)));
 }