Finding the cross points of vertical and horizontal lines (speeding up the loop)

前端 未结 0 868
别跟我提以往
别跟我提以往 2021-02-06 10:24

I have a series of horizontal lines and vertical lines, and I need to find all the cross points of these lines. I do this with

$x_lines[$x][]=array($y1,$y2); // a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题