|
|
|
|
|
by ForOldHack
404 days ago
|
|
"PostScript uses a coordinate system where the origin is at the bottom-left corner of the page, with the x-axis increasing to the right and the y-axis increasing upwards." Oscilloscopes use middle-left. Unreal engine and SketchUp use Screen middle with xy increasing to the right. in AutoCAD, the user coordinate system is 1/3 of the screen to the left for the origin, with X increasing to the right, and Y increasing upwards. Almost all raster displays, and memory based programs assume top left, because that is how it was done first - counter intuitive. |
|
A raster image onscreen is displayed in the order that the data appears when written down. It stands to reason that a data depiction should be in the same orientation as the display orientation. Displays were created by people who read from left to right, top to bottom. If the displays did not follow that order. images would be flipped or rotated when displayed in a data form.
The first pixel written to the display is in the top left because we read from the top left. If writers of another language had have popularised the text, perhaps things might have been different.