OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minimumOnObjectVolume
(Results
1 - 2
of
2
) 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)); }
Completed in 2135 milliseconds