예제 #1
0
 public static Coords ToCoords(this StaticTile t, Map m)
 {
     return(new Coords(m, t.ToPoint3D()));
 }
예제 #2
0
 public static MapPoint ToMapPoint(this StaticTile t, Map m)
 {
     return(new MapPoint(m, t.ToPoint3D()));
 }