Class MonotoneChain
Inherited Members
Namespace: NetTopologySuite.GeometriesGraph.Index
Assembly: NetTopologySuite.dll
Syntax
public class MonotoneChain
Constructors
| Edit this page View SourceMonotoneChain(MonotoneChainEdge, int)
Declaration
public MonotoneChain(MonotoneChainEdge mce, int chainIndex)
Parameters
Type | Name | Description |
---|---|---|
MonotoneChainEdge | mce | |
int | chainIndex |
Methods
| Edit this page View SourceComputeIntersections(MonotoneChain, SegmentIntersector)
Declaration
public void ComputeIntersections(MonotoneChain mc, SegmentIntersector si)
Parameters
Type | Name | Description |
---|---|---|
MonotoneChain | mc | |
SegmentIntersector | si |