Home
last modified time | relevance | path

Searched refs:exteriorDistance (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
DBVH.cpp80 …xType &r, const BallType &b) { ++calls; return SQR((std::max)(0., r.exteriorDistance(b.center) - b… in minimumOnVolumeObject()
81 …llType &b, const BoxType &r) { ++calls; return SQR((std::max)(0., r.exteriorDistance(b.center) - b… in minimumOnObjectVolume()
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h250 inline NonInteger exteriorDistance(const MatrixBase<Derived>& p) const in exteriorDistance() function
257 inline NonInteger exteriorDistance(const AlignedBox& b) const in exteriorDistance() function
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DAlignedBox.h108 inline Scalar exteriorDistance(const VectorType& p) const in exteriorDistance() function