Searched defs:intersectObjectVolume (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
H A DBVH.cpp62 bool intersectObjectVolume(const BallType &b, const BoxType &r) { ++calls; return r.squaredExteriorDistance(b.center) < SQR(b.radius); } function in struct:BallPointStuff

Completed in 72 milliseconds