/// @brief BVNodeBase encodes the tree structure for BVH
structBVNodeBase
structHPP_FCL_DLLAPIBVNodeBase
{
/// @brief An index for first child node or primitive
/// If the value is positive, it is the index of the first child bv node
...
...
@@ -84,7 +84,7 @@ struct BVNodeBase
/// @brief A class describing a bounding volume node. It includes the tree structure providing in BVNodeBase and also the geometry data provided in BV template parameter.