Antkeeper
0.0.1
|
#include <engine/geom/primitives/ray.hpp>
#include <engine/geom/bvh/bvh-primitive.hpp>
#include <engine/geom/bvh/bvh-node.hpp>
#include <cstdint>
#include <functional>
#include <span>
#include <vector>
Go to the source code of this file.
Classes | |
class | geom::bvh |
Bounding volume hierarchy (BVH). More... | |
Namespaces | |
geom | |
Geometric algorithms. | |