getLineIntersection

fun getLineIntersection(line: Line, out: LineIntersection = LineIntersection()): LineIntersection?