Given an initial set of coords in a 2d space:
A = 0,0
B = 0,20
C = 10,10
Then after an interval a moved set of points, i.e
A = 0,0
B = 0,20
C = 5,5
How do I calculate to what degree left or right Point B has moved in relation to point A.
Context: Say three people are standing in a field, its dark and they cant see each other, no internet, no gps, but the devices they are holding know of the distances between nodes, and we can calculate the basic triangle. If I am at point A and want to get to point B, in which direction do I travel?