|
opynsim
Unofficial C++ Documentation
|
#include <bvh_node.h>
Public Member Functions | |
| const AABB & | bounds () const |
| bool | is_leaf () const |
| bool | is_node () const |
| size_t | num_lhs_nodes () const |
| void | set_num_lhs_nodes (size_t n) |
| size_t | first_prim_offset () const |
Static Public Member Functions | |
| static BVHNode | leaf (const AABB &bounds, size_t first_prim_offset) |
| static BVHNode | node (const AABB &bounds, size_t num_lhs_children) |
|
inline |
|
inline |
|
inline |
|
inline |