• Parameters

    • graph: FOLD

      a FOLD object, can be 2D or 3D.

    • Optional epsilon: number = EPSILON

      an optional epsilon

    Returns {
        edges_line: number[];
        lines: VecLine[];
    }

    • edges_line: number[]
    • lines: VecLine[]

    Description

    Most origami models have many edges which lie along the same infinite line. This method finds all lines which cover all edges, returning a list of lines, and a mapping of each edge to each line.