Skip to content

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

License

Notifications You must be signed in to change notification settings

oseiskar/z-order-octree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages