The x-coordinate of the first point of the first line.
The y-coordinate of the first point of the first line.
The x-coordinate of the second point of the first line.
The y-coordinate of the second point of the first line.
The x-coordinate of the first point of the second line.
The y-coordinate of the first point of the second line.
The x-coordinate of the second point of the second line.
The y-coordinate of 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 2D lines.