Subtracts two TileIndexs.
TileIndex operator -(TileIndex other) { return TileIndex(x - other.x, y - other.y); }