Table of Contents

Class SweepLineSegment

Namespace
NetTopologySuite.GeometriesGraph.Index
Assembly
NetTopologySuite.dll
public class SweepLineSegment
Inheritance
SweepLineSegment
Inherited Members

Constructors

SweepLineSegment(Edge, int)

public SweepLineSegment(Edge edge, int ptIndex)

Parameters

edge Edge
ptIndex int

Properties

MaxX

public double MaxX { get; }

Property Value

double

MinX

public double MinX { get; }

Property Value

double

Methods

ComputeIntersections(SweepLineSegment, SegmentIntersector)

public void ComputeIntersections(SweepLineSegment ss, SegmentIntersector si)

Parameters

ss SweepLineSegment
si SegmentIntersector