OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minimumOnVolumeVolume
(Results
1 - 3
of
3
) sorted by null
/external/eigen/unsupported/doc/examples/
BVH_Example.cpp
19
double
minimumOnVolumeVolume
(const Box2d &r1, const Box2d &r2) { ++calls; return r1.squaredExteriorDistance(r2); }
/external/eigen/unsupported/test/
BVH.cpp
79
double
minimumOnVolumeVolume
(const BoxType &r1, const BoxType &r2) { ++calls; return r1.squaredExteriorDistance(r2); }
/external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h
228
Scalar
minimumOnVolumeVolume
(const BVH1::Volume &v1, const BVH2::Volume &v2)
282
Scalar val = minimizer.
minimumOnVolumeVolume
(vol1, tree2.getVolume(*vCur2));
Completed in 899 milliseconds