Tile.hasIntersection

bool hasIntersection(Rect otherArea)

Returns true if the tile area intersects with the given rectangle.

bool hasIntersection(Tile otherTile)

Returns true if the tile area intersects with another tile.