Line A, Start point = (x1,y1,z1) and the end point = (x2,y2,z2)
Line B, Start point = (x3,y3,z3) and the end point = (x4,y4,z4)
How can I find the intersection point (x,y,z)? I tried to do some search but didn’t understand. not sure which equation I need to use here. Can you help me on this?