computeIntersections method

void computeIntersections(
  1. MonotoneChain mc,
  2. SegmentIntersector si
)

Implementation

void computeIntersections(MonotoneChain mc, SegmentIntersector si) {
  this.mce.computeIntersectsForChain(chainIndex, mc.mce, mc.chainIndex, si);
}