TileMap.isCellTransposed

Returns true if the given cell is transposed, i.e. the X and Y axes are swapped.

struct TileMap
@nogc nothrow const
bool
isCellTransposed
(
in long x
,
in long y
)

Meta