Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 295 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 295 Bytes

OCTree

This is a small library that implements a octree.

The main features

*N-dimentional octree

*exact object search find_exact(...)

*nearest object search find_nearest(...)

*N nearest objects search find_nearest_s(...)

*object search using functors find_if(...)