Searched refs:frustum (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocameratiles.cpp | 312 Frustum frustum; in createFrustum() local 314 frustum.apex = eye; in createFrustum() 336 frustum.topLeftFar = cf - (up * (hhf + hf)) - (right * (hwf + wf)); in createFrustum() 337 frustum.topRightFar = cf - (up * (hhf + hf)) + (right * (hwf + wf)); in createFrustum() 338 frustum.bottomLeftFar = cf + (up * (hhf + hf)) - (right * (hwf + wf)); in createFrustum() 339 frustum.bottomRightFar = cf + (up * (hhf + hf)) + (right * (hwf + wf)); in createFrustum() 341 frustum.topLeftNear = cn - (up * (hhn + hn)) - (right * (hwn + wn)); in createFrustum() 342 frustum.topRightNear = cn - (up * (hhn + hn)) + (right * (hwn + wn)); in createFrustum() 343 frustum.bottomLeftNear = cn + (up * (hhn + hn)) - (right * (hwn + wn)); in createFrustum() 344 frustum.bottomRightNear = cn + (up * (hhn + hn)) + (right * (hwn + wn)); in createFrustum() [all …]
|
| H A D | qgeocameratiles_p_p.h | 110 PolygonVector frustumFootprint(const Frustum &frustum) const;
|
| H A D | qgeotiledmapscene.cpp | 447 m_projectionMatrix.frustum(l, in setupCamera()
|
| H A D | qgeoprojection.cpp | 692 …projectionMatrix.frustum(-m_halfWidth, m_halfWidth, -m_halfHeight, m_halfHeight, m_nearPlane, m_fa… in setupCamera()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.9.0 | 80 - [QTBUG-59417] Fixed QGeoTiledMapScene viewing frustum calculation.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qdoublematrix4x4_p.h | 136 …void frustum(double left, double right, double bottom, double top, double nearPlane, double farPla…
|
| H A D | qdoublematrix4x4.cpp | 741 void QDoubleMatrix4x4::frustum(double left, double right, double bottom, double top, double nearPla… in frustum() function in QDoubleMatrix4x4
|