Math v0.2.0
bvh.hpp File Reference

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

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

Classes

struct  Bvh
 Bounding Volume Hierarchy container. (BVH tree). More...
struct  Bvh::Node
 BVH 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/