octrees
octrees copied to clipboard
a Python implementation of the octree data structure and supporting algorithms
octrees
A Python3 implementation of the octree data structure and supporting algorithms. We provide two versions:
- octrees (specialised for point data)
- blob_octrees (specialised for data associated to regions in space)