Home
last modified time | relevance | path

Searched defs:intersectVolumeObject (Results 1 – 1 of 1) 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