48 : left(left_), right(right_), valid(true)
56 if(front_list) front_list->emplace_back(b1, b2);
FCL_EXPORT void updateFrontList(BVHFrontList *front_list, int b1, int b2)
Add new front node into the front list.
BVHFrontNode(int left_, int right_)
std::list< BVHFrontNode > BVHFrontList
BVH front list is a list of front nodes.