Numeric representation of the location of an entity in the game space. There are multiple forms of coordinate systems to cater to a variety of methods to map position.
17
votes
4answers
3k views
How to deal with differences between 2D screen coordinates and Cartesian coordinates
Most 2D screen/bitmap coordinate systems have the positive Y axis pointing down (with the the origin in the upper left corner).
This is counter to how most people think geometrically with the ...