Skip to content

Commit

Permalink
Comments indicating next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyBoivie authored and JimmyBoivie committed Dec 5, 2015
1 parent a2ef991 commit 692381e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main/Face.pde
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,11 @@ public class Face {
public ArrayList<HalfEdge> getInnerComponents() {
return innerComponents;
}

// NEED METHODS
// MERGE: MERGE TWO FACES
// BREAK: BREAKS FACE INTO TWO
// INSIDE: CHECK IF POINT IS INSIDE A FACE????


}

0 comments on commit 692381e

Please sign in to comment.