Finds all intersections in one or two sets of edges, using the straightforward method of comparing all segments. This algorithm is too slow for production use, but is useful for testing purposes.
Other
version: 1.7
public SimpleEdgeSetIntersector()
public void computeIntersections(List
edges, SegmentIntersector si, boolean testAllSegments)