I have two linear, skew, 3D lines, and I was wondering how I could find a point on each of the lines whereby the distance between the two points are a particular distance apart, and that the vector formed between these points is perpendicular to both original lines?
I'm not after the points where the lines are the closest distance apart, nor the furthest distance apart! I'm after the points on the lines where the two lines are a particular distance apart and the vector between them is perpendicular. I'd like to also be able to change this distance and find the new points.
Please note that this is a different question to the one I posted here. I wanted to rewrite the question with the necessary changes because I got some really good answers to the last question I asked.
Thanks very much in advance for any help! :)