Function TileMap.isCellXFlipped

Returns true if the given cell is flipped in the X axis.

bool isCellXFlipped (
  const(long) x,
  const(long) y
) nothrow @nogc const;