From 07a63a33331abd6e140da1ccfac9b334d31c7afb Mon Sep 17 00:00:00 2001 From: Donald R Sheehy Date: Mon, 13 Oct 2014 10:08:06 -0400 Subject: [PATCH] Initial commit --- .gitignore | 7 +++++++ README.md | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85f269a --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.DS_Store +applet +application.linux32 +application.linux64 +application.windows32 +application.windows64 +application.macosx diff --git a/README.md b/README.md new file mode 100644 index 0000000..adcd2e7 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +halfedge +======== + +An interactive implementation of the half edge data structure for storing and navigating planar straight-line graphs.