I’ve tried searching for a javascript function that will detect if two lines intersect each other. The function will take the x,y values of both the start end points for each line (we’ll call them line A and line B). Is to return true if they intersect, otherwise false. Example of the function. I’m happy if the answer uses a