Optional
epsilon: numberan optional epsilon
an object that describes all layer orderings, where the "root" orders are true for all solutions, and each object in "branches" can be appended to the root object to create a complete solution.
Optional
branches?: LayerBranch[]Find all possible layer orderings of the faces in a 3D folded origami. The result contains all possible solutions, use the prototype methods available on this return object to choose one solution, among other available options. This layer solver extends the taco/tortilla method into 3D by sorting faces into groups of coplanar-overlapping faces and adding a few new types of constraints which join faces between groups. This algorithm still requires faces be convex, and faces must be planar.
a FOLD object