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

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

Completed in 105 milliseconds