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