Searched refs:appendZIntersects (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocameratiles.cpp | 349 static bool appendZIntersects(const QDoubleVector3D &start, in appendZIntersects() function 376 if (!appendZIntersects(frustum.apex, frustum.topRightFar, 0.0, points)) in frustumFootprint() 377 appendZIntersects(frustum.topRightFar, frustum.bottomRightFar, 0.0, points); in frustumFootprint() 380 appendZIntersects(frustum.apex, frustum.bottomRightFar, 0.0, points); in frustumFootprint() 383 appendZIntersects(frustum.apex, frustum.bottomLeftFar, 0.0, points); in frustumFootprint() 386 if (!appendZIntersects(frustum.apex, frustum.topLeftFar, 0.0, points)) in frustumFootprint() 387 appendZIntersects(frustum.topLeftFar, frustum.bottomLeftFar, 0.0, points); in frustumFootprint()
|