processIntersections abstract method

void processIntersections(
  1. SegmentString e0,
  2. int segIndex0,
  3. SegmentString e1,
  4. int segIndex1,
)

This method is called by clients of the {@link SegmentIntersector} interface to process intersections for two segments of the {@link SegmentString}s being intersected.

Implementation

void processIntersections(
    SegmentString e0, int segIndex0, SegmentString e1, int segIndex1);