PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
Loading...
Searching...
No Matches
BoundingVolumeHierarchy.h File Reference

Bounding volume hierarchy (BVH) implementation for spatial partitioning of primitives. More...

#include "KdTree.h"
#include <pbat/Aliases.h>
#include <pbat/common/Eigen.h>
#include <queue>
#include <stack>
#include <tbb/parallel_for.h>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  pbat::geometry::BoundingVolumeHierarchy< TDerived, TBoundingVolume, TPrimitive, Dims >
 CRTP base class for BVHs. More...
 

Namespaces

namespace  pbat
 The main namespace of the library.
 
namespace  pbat::geometry
 Geometric queries, quantities and data structures.
 

Detailed Description

Bounding volume hierarchy (BVH) implementation for spatial partitioning of primitives.

Author
Quoc-Minh Ton-That (tonth.nosp@m.at.q.nosp@m.uocmi.nosp@m.nh@g.nosp@m.mail..nosp@m.com)
Date
2025-02-12