コード例 #1
0
ファイル: GeoExt.cs プロジェクト: thehaunted88/Core
 public static int GetAverageZ(this Map map, Rectangle3D b)
 {
     return(GetAverageZ(map, b.EnumeratePoints2D()));
 }
コード例 #2
0
ファイル: GeoExt.cs プロジェクト: thehaunted88/Core
 public static int GetTopZ(this Rectangle3D b, Map map)
 {
     return(GetTopZ(map, b.EnumeratePoints2D()));
 }