I have a line drawn between point1 and point2 at the specified coordinates:
Point 1 (306, 146)
Point 2(366, 180)
The line has a slope of .56667.
I now want to extend that line to point3 by a specified distance.
Point3 should extend the line by a distance of 75.
How do I find the x,y coordinates of Point3 knowing only the distance that it should be at on that line?
I'm sure this is something simple that I am missing but I am stuck.
Thanks for any help.
Point 1 (306, 146)
Point 2(366, 180)
The line has a slope of .56667.
I now want to extend that line to point3 by a specified distance.
Point3 should extend the line by a distance of 75.
How do I find the x,y coordinates of Point3 knowing only the distance that it should be at on that line?
I'm sure this is something simple that I am missing but I am stuck.
Thanks for any help.