Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
node.h File Reference
#include "bvh/v2/index.h"
#include "bvh/v2/vec.h"
#include "bvh/v2/bbox.h"
#include "bvh/v2/ray.h"
#include "bvh/v2/stream.h"
#include <cassert>
#include <array>
#include <limits>
Include dependency graph for node.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  bvh::v2::Node< T, Dim, IndexBits, PrimCountBits >
 Binary BVH node, containing its bounds and an index into its children or the primitives it contains. More...
 

Namespaces

namespace  bvh
 
namespace  bvh::v2