From 692381ea6a00f92192b6009430532d5333291037 Mon Sep 17 00:00:00 2001 From: JimmyBoivie Date: Sat, 5 Dec 2015 03:18:49 -0500 Subject: [PATCH] Comments indicating next steps --- main/Face.pde | 7 +++++++ 1 file changed, 7 insertions(+) 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