OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minimumOnObjectVolume
(Results
1 - 3
of
3
) sorted by null
/external/eigen/unsupported/doc/examples/
BVH_Example.cpp
21
double
minimumOnObjectVolume
(const Vector2d &v, const Box2d &r) { ++calls; return r.squaredExteriorDistance(v); }
/external/eigen/unsupported/test/
BVH.cpp
81
double
minimumOnObjectVolume
(const BallType &b, const BoxType &r) { ++calls; return SQR((std::max)(0., r.exteriorDistance(b.center) - b.radius)); }
/external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h
200
Scalar minimumOnVolume(const Volume2 &vol) { return minimizer.
minimumOnObjectVolume
(stored, vol); }
230
Scalar
minimumOnObjectVolume
(const BVH1::Object &o1, const BVH2::Volume &v2)
Completed in 36 milliseconds