my math is a bit rusty seeing as how it's been years.
I added a small example graph to make this more clear. I have 2 points in a cartesian coordinate system. On this line I take a random point, in this example the center. Now I draw the perpendicular line on that point. I want to know the coordinate of a point on that line, a certain known distance from that point. What's the formula to calculate this?
Graph: http://i44.tinypic.com/9vcjlf.png
In short Known constants:
- the coordinates of points A, B and C.
- the lengths t1, t2, t3
Required:
- the coordinate of the colored points
Thanks in advance