TileCoordinate
Discrete 2D tile grid coordinate.
Identifies a single cell in an isometric tile grid by its integer column and row. Distinct from Point (continuous 3D world space) and Point2D (continuous 2D screen space).
Negative coordinates are valid — grids are not required to start at (0, 0).
Parameters
x
Column index (increases right-and-down on screen)
y
Row index (increases left-and-down on screen)