HomeSort by relevance Sort by last modified time
    Searched full:intersectobject (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/
BVH 75 bool intersectObject(const Object &object) //returns true if the intersection search should terminate immediately
77 * The guarantee that BVIntersect provides is that intersectObject will be called on every object whose bounding volume
79 * responsibility of the intersectObject function to keep track of the results in whatever manner is appropriate.
  /external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 39 if(intersector.intersectObject(*oBegin))
51 bool intersectObject(const Object1 &obj) { return intersector.intersectObjectObject(obj, stored); }
63 bool intersectObject(const Object2 &obj) { return intersector.intersectObjectObject(stored, obj); }
75 bool intersectObject(const BVH::Object &object) //returns true if the search should terminate immediately
  /external/eigen/unsupported/test/
BVH.cpp 53 bool intersectObject(const BallType &b) {
113 i1.intersectObject(b[i]);

Completed in 104 milliseconds