HomeSort by relevance Sort by last modified time
    Searched refs:intersectObjectObject (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/test/
BVH.cpp 63 bool intersectObjectObject(const BallType &b1, const BallType &b2){
70 bool intersectObjectObject(const BallType &b, const VectorType &v){
159 i1.intersectObjectObject(b[i], v[j]);
  /external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 51 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 3064 milliseconds