Class SweepLineSegment
Inheritance
SweepLineSegment
Assembly: NetTopologySuite.dll
Syntax
public class SweepLineSegment
Constructors
|
Improve this Doc
View Source
SweepLineSegment(Edge, Int32)
Declaration
public SweepLineSegment(Edge edge, int ptIndex)
Parameters
Type |
Name |
Description |
Edge |
edge |
|
Int32 |
ptIndex |
|
Properties
|
Improve this Doc
View Source
MaxX
Declaration
public double MaxX { get; }
Property Value
|
Improve this Doc
View Source
MinX
Declaration
public double MinX { get; }
Property Value
Methods
|
Improve this Doc
View Source
ComputeIntersections(SweepLineSegment, SegmentIntersector)
Declaration
public void ComputeIntersections(SweepLineSegment ss, SegmentIntersector si)
Parameters