38 #ifndef FCL_BVH_FRONT_H 39 #define FCL_BVH_FRONT_H 68 using BVHFrontList = std::list<BVHFrontNode>;
71 void updateFrontList(BVHFrontList* front_list,
int b1,
int b2);
Main namespace.
Definition: broadphase_bruteforce-inl.h:45
bool valid
The front node is not valid when collision is detected on the front node.
Definition: BVH_front.h:62
int left
The nodes to start in the future, i.e. the wave front of the traversal tree.
Definition: BVH_front.h:58
Front list acceleration for collision Front list is a set of internal and leaf nodes in the BVTT hier...
Definition: BVH_front.h:54