Thank you. For those that want a little more clarification, I have the following:
Using the dot product:
point Pn = <xn, yn, zn>
direction dPn = (dxn, dyn, dzn)
A = The line through P1 and P2 = <x1, y1, z1> + t(x2-x1, y2-y1, z2-z1)
B = The line through P0 and P4 = <x0, y0, z0> +...