Math v0.0.1
bvh.hpp File Reference

Common Bounding Volume Hierarchy functions. (BVH) More...

#include "math/aabb.hpp"
#include <stack>
#include <vector>

Classes

struct  Bvh
 Bounding Volume Hierarchy container. (BVH) More...
 
union  Bvh::Node
 BVH hierarchy node container. More...
 

Detailed Description

Common Bounding Volume Hierarchy functions. (BVH)

Based on this: https://jacco.ompf2.com/2022/04/13/how-to-build-a-bvh-part-1-basics/