I have two lines $(5,5,4) (10,10,6)$ and $(5,5,5) (10,10,3)$ with same $x$, $y$ and difference in $z$ values.
Please some body tell me how can I find the intersection of these lines.
EDIT: By using the answer given by coffemath iI would able to fintfind the intersection point for the above given points. But I'm getting a problem for $(6,8,4) (12,15,4)$ and $(6,8,2) (12,15,6)$. UnableI'm unable to calculate the common point for these points as it is resulting in Zero. Any Ideasideas to resolve this.?
Thanks, Kumar.