Searched refs:intersectObject (Results 1 - 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h39 if(intersector.intersectObject(*oBegin))
51 bool intersectObject(const Object1 &obj) { return intersector.intersectObjectObject(obj, stored); } function in struct:Eigen::internal::intersector_helper1
63 bool intersectObject(const Object2 &obj) { return intersector.intersectObjectObject(stored, obj); } function in struct:Eigen::internal::intersector_helper2
75 bool intersectObject(const BVH::Object &object) //returns true if the search should terminate immediately
/external/eigen/unsupported/test/
H A DBVH.cpp53 bool intersectObject(const BallType &b) { function in struct:BallPointStuff
113 i1.intersectObject(b[i]);

Completed in 1194 milliseconds