Home
last modified time | relevance | path

Searched refs:intersectVolumeObject (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
DBVH.cpp61 …bool intersectVolumeObject(const BoxType &r, const BallType &b) { ++calls; return r.squaredExterio… in intersectVolumeObject() function
69 …bool intersectVolumeObject(const BoxType &r, const VectorType &v) { ++calls; return r.contains(v);… in intersectVolumeObject() function
/external/eigen/unsupported/Eigen/src/BVH/
DBVAlgorithms.h50 …bool intersectVolume(const Volume1 &vol) { return intersector.intersectVolumeObject(vol, stored); } in intersectVolume()