예제 #1
0
파일: BVH.cpp 프로젝트: B-Rich/sim3d
 bool intersectVolumeObject(const BoxType &r, const VectorType &v) { ++calls; return r.contains(v); }
예제 #2
0
파일: BVH.cpp 프로젝트: B-Rich/sim3d
 bool intersectVolume(const BoxType &r) { ++calls; return r.contains(p); }