Tile.hasIntersection

bool hasIntersection(Rect otherArea) @safe nothrow @nogc

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

bool hasIntersection(Tile otherTile) @safe nothrow @nogc

Returns true if the tile area intersects with another tile.