From c4542befa5c7be3fadf209d007da1773aab6def0 Mon Sep 17 00:00:00 2001 From: ThermalSpan Date: Mon, 30 Nov 2015 04:26:51 -0500 Subject: [PATCH] Added a sassy update to the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b522a5..b827b15 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # RangeSearch -A computational geometry project. +A computational geometry project. In the folder kdtest you will find an application that allows the user to navigate the plane, enter points and view the kdtree. In the stuff folder you will a working sketch demonstrating some further properties of the kdtree. The select test folder contains protyping work for the selection mechanisms. Note that not all commits are javascript ready, you will have to check the commit log for the last confirmed javascript ready version.