From bf0be2a61cf2bdbf2189e0a2c5aa521a77e31bf9 Mon Sep 17 00:00:00 2001 From: JimmyBoivie Date: Sat, 5 Dec 2015 05:29:05 -0500 Subject: [PATCH] Intersection thoughts --- main/CompGeo.pde | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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