I am working on a lib part where I need to figure out the point coordinates defined by the distance and vector. See attached image... I am not after the pretty obvious one using cos(a) and sin(a) but a solution based rather on vector translations for a reason that is too long to be explained in this topic, anyway...
X1,Y1 known
X2,Y2 known
D known
X3,Y3 ???
Matthew, you have nailed it down! that's exactly what I was after...I knew I am very close but I just could not think of that last step... perfect
thanks very much.