Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Modified read-me.
  • Loading branch information
Andrew Lawson authored and Andrew Lawson committed Dec 1, 2014
1 parent e639dc0 commit 452c55a
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
@@ -1,8 +1,25 @@
geometric_separators
====================

Geometric separators project for CSE 4095 (Computational Geometry).
This application is based off the paper [**Geometric Separators and the Parabolic Lift** by Don Sheehy](http://google.com).
demonstrates usage of a new algorithm for finding a geometric separator for 2-D points.

###About:
About:
------

The simple Processing program will allow you input a number of 2-D Euclidean points using a mouse and calculate the geometric separator. Tentatively, you will also be able to provide a file of predefined points (e.g. .csv format).

Usage:
------

Click the mouse anywhere on the canvas to create a new input point. When you have completed your input, either press 'Reset.' to clear it or 'Calculate.' to find the separator.

Features:
---------

The program will visualize several components of the algorthm:

* Highlights the estimated centerpoint for your input.
* Shows the separator in relation to your input.
* Outputs the numerical information associated with the above.
* Perhaps more...

0 comments on commit 452c55a

Please sign in to comment.