Typically
we use [x, y]T to represent a point in 2D space,
such as the computer screen (display). The
2D coordinate system provides the origin and axes.
Note:
OpenGL display coordinates have
- x-axis:
right
- y-axis:
up (different from Windows!)
OpenGL origin at the bottom left corner

Windows origin at the top left corner