public class SimpleSegmentSetMutualIntersector extends SegmentSetMutualIntersector
SegmentString
s using
brute-force comparasion.segInt
Constructor and Description |
---|
SimpleSegmentSetMutualIntersector() |
Modifier and Type | Method and Description |
---|---|
void |
process(Collection segStrings)
Computes the intersections for two collections of
SegmentString s. |
void |
setBaseSegments(Collection segStrings) |
setSegmentIntersector
public void setBaseSegments(Collection segStrings)
setBaseSegments
in class SegmentSetMutualIntersector
segStrings
- a collection of SegmentString
s to nodepublic void process(Collection segStrings)
SegmentSetMutualIntersector
SegmentString
s.process
in class SegmentSetMutualIntersector
segStrings
- a collection of SegmentString
s to nodeCopyright © 2013. All rights reserved.