$search
A class describing the node for BVH front. More...
#include <BVH_front.h>
Public Member Functions | |
BVHFrontNode (int left_, int right_) | |
Public Attributes | |
int | left |
int | right |
bool | valid |
A class describing the node for BVH front.
Definition at line 48 of file BVH_front.h.
collision_checking::BVHFrontNode::BVHFrontNode | ( | int | left_, | |
int | right_ | |||
) | [inline] |
Definition at line 53 of file BVH_front.h.
Definition at line 51 of file BVH_front.h.
Definition at line 51 of file BVH_front.h.
Definition at line 50 of file BVH_front.h.