Get the tile at the given point.
point
T getTile(final Point<int> point) => makeTile( point, tileMap.getTileFlags(point), );