HomeSort by relevance Sort by last modified time
    Searched defs:minimumOnVolumeVolume (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/doc/examples/
BVH_Example.cpp 17 double minimumOnVolumeVolume(const Box2d &r1, const Box2d &r2) { ++calls; return r1.squaredExteriorDistance(r2); }
  /external/eigen/unsupported/test/
BVH.cpp 79 double minimumOnVolumeVolume(const BoxType &r1, const BoxType &r2) { ++calls; return r1.squaredExteriorDistance(r2); }

Completed in 101 milliseconds