diff --git a/main/CompGeo.pde b/main/CompGeo.pde index 4e52df8..689fc60 100644 --- a/main/CompGeo.pde +++ b/main/CompGeo.pde @@ -16,6 +16,7 @@ public static class CompGeo { return CCW(parent, v1, v2); } + // POINT-INSIDE-FACE METHOD SHOULD GO HERE???? } \ No newline at end of file