public class SimpleEdgeSetIntersector extends EdgeSetIntersector
| Constructor and Description |
|---|
SimpleEdgeSetIntersector()
|
| Modifier and Type | Method and Description |
|---|---|
void |
computeIntersections(List
Computes all mutual intersections between two sets of edges.
|
void |
computeIntersections(List
Computes all self-intersections between edges in a set of edges, allowing client to choose whether self-intersections are computed.
|
public void computeIntersections(Listedges, SegmentIntersector si, boolean testAllSegments)
EdgeSetIntersector
computeIntersections in class
EdgeSetIntersector
edges - a list of edges to test for intersections
si - the SegmentIntersector to use
testAllSegments - true if self-intersections are to be tested as well
public void computeIntersections(Listedges0, List edges1, SegmentIntersector si)
EdgeSetIntersector