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

  /external/eigen/unsupported/test/
BVH.cpp 62 bool intersectObjectVolume(const BallType &b, const BoxType &r) { ++calls; return r.squaredExteriorDistance(b.center) < SQR(b.radius); }
  /external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 62 bool intersectVolume(const Volume2 &vol) { return intersector.intersectObjectVolume(stored, vol); }
88 bool intersectObjectVolume(const BVH1::Object &o1, const BVH2::Volume &v2) //returns true if the volume-object product intersects the query

Completed in 31 milliseconds