Coordinate System
- X uses 16 bit pixel space
- Sub-pixel positioning needed for tesselation
- Barely large enough for some apps
- OpenGL uses IEEE FP
- Would also like to support machines w/o HW floating point
- Fixed point is an obvious choice
- Should try to be compatible with GL hardware
|