in reply to Line intersection, scaled to thousands of points

Chapter 33.2 of the Cormen–Leiserson–Rivest–Stein: Introduction to Algorithms book gives a good algorithm for solving this.

  • Comment on Re: Line intersection, scaled to thousands of points