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

/external/eigen/unsupported/test/
H A DBVH.cpp63 bool intersectObjectObject(const BallType &b1, const BallType &b2){ function in struct:BallPointStuff
70 bool intersectObjectObject(const BallType &b, const VectorType &v){ function in struct:BallPointStuff
159 i1.intersectObjectObject(b[i], v[j]);
/external/eigen/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h51 bool intersectObject(const Object1 &obj) { return intersector.intersectObjectObject(obj, stored); }
63 bool intersectObject(const Object2 &obj) { return intersector.intersectObjectObject(stored, obj); }
89 bool intersectObjectObject(const BVH1::Object &o1, const BVH2::Object &o2) //returns true if the search should terminate immediately
138 if(intersector.intersectObjectObject(*oBegin1, *oCur2))

Completed in 89 milliseconds