BVH.hpp File Reference

Go to the source code of this file.

Classes

class  CubbyFlow::BVH< T, N >
 Bounding Volume Hierarchy (BVH) in N-D. More...
 

Namespaces

 CubbyFlow
 

Typedefs

template<typename T >
using CubbyFlow::BVH2 = BVH< T, 2 >
 2-D BVH type. More...
 
template<typename T >
using CubbyFlow::BVH3 = BVH< T, 3 >
 3-D BVH type. More...