/z-order-octree

Single-header C++ implementation of a Z-order octree data structure

Primary LanguageC++MIT LicenseMIT

Z-order Octree

This repository implements an Octree in C++ aiming at high performance and low memory footprint.

Example

mkdir bin
clang++ example.cpp -o bin/example
./bin/example