Interface SegmentIntersector

    • Method Summary

      Modifier and Type Method and Description
      boolean isDone()
      Reports whether the client of this class needs to continue testing all intersections in an arrangement.
      void processIntersections(SegmentString e0, int segIndex0, SegmentString e1, int segIndex1)
      This method is called by clients of the SegmentIntersector interface to process intersections for two segments of the SegmentStrings being intersected.
    • Method Detail

      • isDone

        boolean isDone()
        Reports whether the client of this class needs to continue testing all intersections in an arrangement.
        Returns:
        true if there is no need to continue testing segments