38 #ifndef FCL_BVH_FRONT_H 39 #define FCL_BVH_FRONT_H 42 #include "fcl/export.h"
bool valid
The front node is not valid when collision is detected on the front node.
FCL_EXPORT void updateFrontList(BVHFrontList *front_list, int b1, int b2)
Add new front node into the front list.
Front list acceleration for collision Front list is a set of internal and leaf nodes in the BVTT hier...
std::list< BVHFrontNode > BVHFrontList
BVH front list is a list of front nodes.