Search Results for

    Show / Hide Table of Contents

    Class SweepLineSegment

    Inheritance
    object
    SweepLineSegment
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.GeometriesGraph.Index
    Assembly: NetTopologySuite.dll
    Syntax
    public class SweepLineSegment

    Constructors

    | Edit this page View Source

    SweepLineSegment(Edge, int)

    Declaration
    public SweepLineSegment(Edge edge, int ptIndex)
    Parameters
    Type Name Description
    Edge edge
    int ptIndex

    Properties

    | Edit this page View Source

    MaxX

    Declaration
    public double MaxX { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    MinX

    Declaration
    public double MinX { get; }
    Property Value
    Type Description
    double

    Methods

    | Edit this page View Source

    ComputeIntersections(SweepLineSegment, SegmentIntersector)

    Declaration
    public void ComputeIntersections(SweepLineSegment ss, SegmentIntersector si)
    Parameters
    Type Name Description
    SweepLineSegment ss
    SegmentIntersector si
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX