Home
last modified time | relevance | path

Searched refs:intersect_helper (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/BVH/
DBVAlgorithms.h19 bool intersect_helper(const BVH &tree, Intersector &intersector, typename BVH::Index root) in intersect_helper() function
81 internal::intersect_helper(tree, intersector, tree.getRootIndex()); in BVIntersect()
125 if(internal::intersect_helper(tree1, helper, *vBegin1)) in BVIntersect()
133 if(internal::intersect_helper(tree2, helper, *vCur2)) in BVIntersect()