concept

Screen coordinate system (y-down)

Processing's window is a pixel grid with (0,0) at the top-left and y increasing downward, the reverse of graph-paper Cartesian coordinates.

Also called: pixel coordinate system · screen space vs Cartesian coordinates

What it means

Why it matters in practice

How it shows up in code

Works that embody it

Arguments against it


Revision 1 · 1 source · Something wrong? Tell us.