print line_intersection((A, B), (C, D)) line = ((x1, y1), (x2, y2)) How do I compute the intersection point of two lines? source: https://stackoverflow.com/a/20677983/9293137 modify: Github YonV1943
(line1, line2)
source not stored for this graph (policy: none)
no test coverage detected