justcoding121/advanced-algorithms

Bentley-Ottman algorithm throws exception with certain input

kiraventom opened this issue · 1 comments

Bentley-Ottman algorithm throws NullReferenceException with certain input.
Example input:
Line 1: 100, 0; 150, 130
Line 2: 20, 80; 80, 70
Line 3: 80, 70; 50, 100

I've fixed this and published Advanced.Algorithms.0.0.465-beta.nupkg on to NuGet.