These are the coordinate values of a given point relative to a fixed point of origin (designated with a 0 coordinate value)
These are the coordinate values of a given point relative to another point that is not a global fixed point of origin.
Global Coordinates (X,Y relative to the global origin of 0,0)
Global Coordinates: A (1,5), B (-6,2), C (-2,-5), D (4,-4), E (0,-2)
Local Coordinates (X,Y relative to another point)
Local Coordinates of A relative to B (7,3): from B go right 7 and up 3 to get to A
Local Coordinates of B relative to A (-7,-3): from A go left 7 and down 3 to get to B
Local Coordinates of A relative to D (-3,9): from D go left 3 and up 9 to get to A
Local Coordinates of A relative to E (1,7): from E go right 1 and up 7 to get to A