Class BentleyOttmann
Bentley-Ottmann sweep line algorithm to find line intersections.
Inheritance
BentleyOttmann
Assembly: Advanced.Algorithms.dll
Syntax
public class BentleyOttmann
Constructors
|
Improve this Doc
View Source
BentleyOttmann(Int32)
Declaration
public BentleyOttmann(int precision = 5)
Parameters
Type |
Name |
Description |
Int32 |
precision |
|
Methods
|
Improve this Doc
View Source
FindIntersections(IEnumerable<Line>)
Declaration
public Dictionary<Point, List<Line>> FindIntersections(IEnumerable<Line> lineSegments)
Parameters
Returns