public static class MCIndexSegmentSetMutualIntersector.SegmentOverlapAction extends MonotoneChainOverlapAction
| Constructor | Description |
|---|---|
SegmentOverlapAction(SegmentIntersector si) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
overlap(MonotoneChain mc1,
int start1,
MonotoneChain mc2,
int start2) |
This function can be overridden if the original chains are needed
|
overlappublic SegmentOverlapAction(SegmentIntersector si)
public void overlap(MonotoneChain mc1, int start1, MonotoneChain mc2, int start2)
MonotoneChainOverlapActionoverlap in class MonotoneChainOverlapActionstart1 - the index of the start of the overlapping segment from mc1start2 - the index of the start of the overlapping segment from mc2Copyright © 2018. All rights reserved.