Skip to content

Commit

Permalink
Just the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaverner committed Apr 15, 2018
0 parents commit 1dd128a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 1dd128a

Please sign in to comment.