Could somebody please assist me with this. It can be formula based or use VBA (or both).
I have a given line constructed of 2 sets of (x,y) co-ordinates. Let's call this LINE 1.
I have a distant point defined by 1 set of (x,y) co-ordinates. I also have an angle of travel from this point. Let's call the desired result LINE 2.
Assuming LINE 1 remains constant, how can I calculate the intercept of LINE 1 and LINE 2 given only the 4 pieces of information above?
If LINE 1 and LINE 2 would not intercept (because LINE 1 is too short), I would like the formula to still calculate at what point they WOULD intersect if LINE 1 extended to infinity.
![Smile :) :)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png)
(There is something similar here but no excel or VBA explanation http://stackoverflow.com/questions/27760826/line-intersection-with-a-difference-excel-vba)
I have a given line constructed of 2 sets of (x,y) co-ordinates. Let's call this LINE 1.
I have a distant point defined by 1 set of (x,y) co-ordinates. I also have an angle of travel from this point. Let's call the desired result LINE 2.
Assuming LINE 1 remains constant, how can I calculate the intercept of LINE 1 and LINE 2 given only the 4 pieces of information above?
If LINE 1 and LINE 2 would not intercept (because LINE 1 is too short), I would like the formula to still calculate at what point they WOULD intersect if LINE 1 extended to infinity.
![Smile :) :)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png)
(There is something similar here but no excel or VBA explanation http://stackoverflow.com/questions/27760826/line-intersection-with-a-difference-excel-vba)
Last edited: