Class SimpleEdgeSetIntersector

Hierarchy: Object , EdgeSetIntersector, SimpleEdgeSetIntersector
public class SimpleEdgeSetIntersector
extends EdgeSetIntersector
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)
public void computeIntersections(List edges0, List edges1, SegmentIntersector si)