BBHNode struct
#include <src/surfaces/bbh.cpp>
A node of an axis-aligned bounding box hierarchy.
Base classes
- class Surface
- This is the abstract superclass for all surfaces.
Public functions
Public variables
- Box3f bbox
- The bounding box of this node.
- shared_ptr<Surface> left_child
- Pointer to left child.
- shared_ptr<Surface> right_child
- Pointer to right child.