From 452c55a37ba8991129c2bbc363e6f0b47ed2e821 Mon Sep 17 00:00:00 2001 From: Andrew Lawson Date: Mon, 1 Dec 2014 14:32:00 -0500 Subject: [PATCH] Modified read-me. --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa173bf..ce97e98 100644 --- a/README.md +++ b/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... \ No newline at end of file