![]()  | 
  
    PeriDyno 1.2.1
    
   | 
 
#include <LinearBVH.h>
Public Member Functions | |
| DYN_FUNC | BVHNode () | 
| DYN_FUNC bool | isLeaf () | 
Public Attributes | |
| int | parent | 
| int | left | 
| int | right | 
Definition at line 33 of file LinearBVH.h.
      
  | 
  inline | 
Definition at line 36 of file LinearBVH.h.
      
  | 
  inline | 
Definition at line 42 of file LinearBVH.h.
| int dyno::BVHNode::left | 
Definition at line 46 of file LinearBVH.h.
| int dyno::BVHNode::parent | 
Definition at line 44 of file LinearBVH.h.
| int dyno::BVHNode::right | 
Definition at line 47 of file LinearBVH.h.