Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/BVH/
DBVAlgorithms.h39 if(intersector.intersectObject(*oBegin)) in intersect_helper()
51 …bool intersectObject(const Object1 &obj) { return intersector.intersectObjectObject(obj, stored); } in intersectObject() function
63 …bool intersectObject(const Object2 &obj) { return intersector.intersectObjectObject(stored, obj); } in intersectObject() function
/external/eigen/unsupported/Eigen/
DBVH75 …bool intersectObject(const Object &object) //returns true if the intersection search should termin…
77 …* The guarantee that BVIntersect provides is that intersectObject will be called on every object w…
79 …* responsibility of the intersectObject function to keep track of the results in whatever manner i…
/external/eigen/unsupported/test/
DBVH.cpp53 bool intersectObject(const BallType &b) { in intersectObject() function
113 i1.intersectObject(b[i]); in testIntersect1()