![]() |
AABBtree
0.0.0
A C++ non-recursive ND AABB tree
|
#include "AABBtree/Ray.hxx"Go to the source code of this file.
Classes | |
| class | AABBtree::Box< Real, N > |
| A class representing an axis-aligned bounding box (AABB) in N-dimensional space. More... | |
Namespaces | |
| namespace | AABBtree |
| Namespace for the AABBtree library. | |
Macros | |
| #define | AABBTREE_BOX_HXX |
Functions | |
| template<typename Real, Integer N> | |
| std::ostream & | AABBtree::operator<< (std::ostream &os, Box< Real, N > const &b) |
| #define AABBTREE_BOX_HXX |