Search Results for

    Show / Hide Table of Contents

    Class BentleyOttmann

    Bentley-Ottmann sweep line algorithm to find line intersections.

    Inheritance
    Object
    BentleyOttmann
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Advanced.Algorithms.Geometry
    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
    Type Name Description
    IEnumerable<Line> lineSegments
    Returns
    Type Description
    Dictionary<Point, List<Line>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX