Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lawson authored and Andrew Lawson committed Nov 29, 2014
2 parents 45e2011 + 5c57b45 commit dec9a90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 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 :)
5 changes: 2 additions & 3 deletions geometric_separators.pde
Expand Up @@ -65,9 +65,8 @@ void geomMedian() {
// Sum of squares values
ArrayList<Double> leftSq = new ArrayList<Double>();
ArrayList<Double> rightSq = new ArrayList<Double>();
for (PShape circle : inputSorted) {

}
ArrayList<Double> upSq = new ArrayList<Double>();
ArrayList<Double> downSq = new ArrayList<Double>();
}

// Draw
Expand Down

0 comments on commit dec9a90

Please sign in to comment.