computeIntersections3 abstract method

void computeIntersections3(
  1. List edges0,
  2. List edges1,
  3. SegmentIntersector si
)

Computes all mutual intersections between two sets of edges.

Implementation

void computeIntersections3(List edges0, List edges1, SegmentIntersector si);