OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intersectVolumeVolume
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/test/
BVH.cpp
60
bool
intersectVolumeVolume
(const BoxType &r1, const BoxType &r2) { ++calls; return !(r1.intersection(r2)).isNull(); }
/external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h
86
bool
intersectVolumeVolume
(const BVH1::Volume &v1, const BVH2::Volume &v2) //returns true if product of volumes intersects the query
119
if(intersector.
intersectVolumeVolume
(vol1, tree2.getVolume(*vCur2)))
Completed in 57 milliseconds