computeIntersections abstract method

void computeIntersections(
  1. List<Edge> edges,
  2. SegmentIntersector si,
  3. bool testAllSegments
)

Implementation

void computeIntersections(List<Edge> edges, SegmentIntersector si, bool testAllSegments);