• Parameters

    • graph: FOLDExtended

      a FOLD object

    • facesFacesOverlap: number[][]

      an overlap-relationship between every face

    • Optional epsilon: number = EPSILON

      an optional epsilon

    Returns TransitivityConstraint[]

    list of arrays containing three face indices.

    Description

    Given a folded graph, find all trios of faces which overlap each other, meaning there exists at least one point that lies at the intersection of all three faces.