I have a line that exists in 3D that is between two known points: {X1, Y1, Z1} and {X2, Y2, Z2}.
(X1,Y1,X1)----------(X2,Y2,Z2)
There is a point (Xd,Yd,Zd) on the line between those points at distance D from (X1,Y1,Z1).
(X1,Y1,X1)---D---(Xd,Yd,Zd)-----(X2,Y2,Z2)
How can I determine the coordinates of point (Xd,Yd,Zd)?