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