Antkeeper
0.0.1
|
BVH primitive. More...
#include <bvh-primitive.hpp>
Public Attributes | |
math::fvec3 | centroid |
Geometric center of the primitive. More... | |
geom::box< float > | bounds |
Axis-aligned bounding box containing the primitive. More... | |
BVH primitive.
Definition at line 31 of file bvh-primitive.hpp.
geom::box<float> geom::bvh_primitive::bounds |
Axis-aligned bounding box containing the primitive.
Definition at line 37 of file bvh-primitive.hpp.
math::fvec3 geom::bvh_primitive::centroid |
Geometric center of the primitive.
Definition at line 34 of file bvh-primitive.hpp.