It determines if two lines have intersection point or not. The start and end points of both lines have equal first coordinate value (the one corresponds to the x-axis).
has.intersection(x1, x2, y11, y12, y21, y22)A Boolean.
Float values.
Float values, corresponding to the first line.
Float values, corresponding to the second line.