#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>
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 |