Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/test/
H A 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