예제 #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()));
 }