diff --git a/README.md b/README.md new file mode 100644 index 0000000..2102fe1 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +geometric_separators +==================== + +Geometric separators project for CSE 4095 (Computational Geometry). + +Click anywhere to create a circle. The left button will reset the workspace / input. The right button does nothing... for now :) diff --git a/geometric_separators.pde b/geometric_separators.pde index 1451df9..2d6507a 100644 --- a/geometric_separators.pde +++ b/geometric_separators.pde @@ -65,9 +65,8 @@ void geomMedian() { // Sum of squares values ArrayList leftSq = new ArrayList(); ArrayList rightSq = new ArrayList(); - for (PShape circle : inputSorted) { - - } + ArrayList upSq = new ArrayList(); + ArrayList downSq = new ArrayList(); } // Draw