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