diff --git a/main/Face.pde b/main/Face.pde index 7a8a62a..716738d 100644 --- a/main/Face.pde +++ b/main/Face.pde @@ -24,4 +24,11 @@ public class Face { public ArrayList getInnerComponents() { return innerComponents; } + + // NEED METHODS + // MERGE: MERGE TWO FACES + // BREAK: BREAKS FACE INTO TWO + // INSIDE: CHECK IF POINT IS INSIDE A FACE???? + + } \ No newline at end of file