Home
last modified time | relevance | path

Searched defs:minimumOnObject (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h188 …Scalar minimumOnObject(const Object1 &obj) { return minimizer.minimumOnObjectObject(obj, stored); } in minimumOnObject() function
201 …Scalar minimumOnObject(const Object2 &obj) { return minimizer.minimumOnObjectObject(stored, obj); } in minimumOnObject() function
/aosp_15_r20/external/eigen/unsupported/test/
H A DBVH.cpp78 …double minimumOnObject(const BallType &b) { ++calls; return (std::max)(0., (b.center - p).squaredN… in minimumOnObject() function