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