Coordinate Systems
Drawing commands that specify locations:
- glutInitWindowPosition
- Position to open a new window at, given in "desktop pixel coordinates"
- glRasterPos
- Position for glDrawPixels, given in "drawing coordinates"
- glWindowPos
- Position for glDrawPixels, given in "window pixel coordinates"
- glVertex
- Position of a shape's vertex, given in "drawing coordinates"