public class MonotoneChainSelectAction extends Object
| Constructor and Description |
|---|
MonotoneChainSelectAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
select(LineSegment seg)
This is a convenience method which can be overridden to obtain the actual
line segment which is selected.
|
void |
select(MonotoneChain mc,
int startIndex)
This method is overridden
to process a segment
in the context of the parent chain.
|
public void select(MonotoneChain mc, int startIndex)
mc - the parent chainstartIndex - the index of the start vertex of the segment being processedpublic void select(LineSegment seg)
seg - Copyright © 2024. All rights reserved.