OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intersectObject
(Results
1 - 2
of
2
) sorted by null
/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 196 milliseconds