• Parameters

    • graph: FOLD

      a FOLD object, modified in place

    • line: VecLine2

      a splitting line

    • lineDomain: Function = includeL

      the domain function for the line

    • interiorPoints: [number, number][] = []

      if the line is a segment or ray, place its endpoints here

    • Optional epsilon: number = EPSILON

      an optional epsilon

    Returns SplitGraphEvent

    an object describing the changes

    Description

    The internal function for splitting a graph with a line