Computes the intersection point of two 3D lines.
The first point of the first line.
The second point of the first line.
The first point of the second line.
The second point of the second line.
The output array to store the intersection point.
True if the lines intersect, false otherwise.
Computes the intersection point of two 3D lines.