OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minimumOnVolume
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h
171
Scalar val = minimizer.
minimumOnVolume
(tree.getVolume(*vBegin));
187
Scalar
minimumOnVolume
(const Volume1 &vol) { return minimizer.minimumOnVolumeObject(vol, stored); }
200
Scalar
minimumOnVolume
(const Volume2 &vol) { return minimizer.minimumOnObjectVolume(stored, vol); }
214
Scalar
minimumOnVolume
(const BVH::Volume &volume)
/external/eigen/unsupported/test/
BVH.cpp
77
double
minimumOnVolume
(const BoxType &r) { ++calls; return r.squaredExteriorDistance(p); }
Completed in 248 milliseconds