From 1dd128a964262b6837da1480967c6d9785e44bda Mon Sep 17 00:00:00 2001 From: Craig Taverner Date: Sun, 15 Apr 2018 15:02:14 +0200 Subject: [PATCH] Just the readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a1f34bc --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Spatial 3D + +This project is currently just a placeholder for some investigative work in developing utilties for working with 3D objects. +It is inspired by my previous experience with 2D libraries like JTS, and interest in seeing if I could develop a simple subset +of 3D geometries and 3D algorithms. + +## Some ideas + +Some ideas I'd like to try: + +* Point in polygin in 3D +* Polygon touch, intersection, contains, etc. + +## Related to + +Currently this is a standalone project, but I have interest in integrating or connecting it to Neo4j and possibly Neo4j Spatial, +expecially since Neo4j 3.4 includes 3D point support. + +For this reason I might also include Neo4j procedures for doing 3D analysis with polygons within Neo4j 3.4 or later.