-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 1dd128a
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |