Home
last modified time | relevance | path

Searched refs:frustum (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp312 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 Dqgeocameratiles_p_p.h110 PolygonVector frustumFootprint(const Frustum &frustum) const;
H A Dqgeotiledmapscene.cpp447 m_projectionMatrix.frustum(l, in setupCamera()
H A Dqgeoprojection.cpp692 …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 Dchanges-5.9.080 - [QTBUG-59417] Fixed QGeoTiledMapScene viewing frustum calculation.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4_p.h136 …void frustum(double left, double right, double bottom, double top, double nearPlane, double farPla…
H A Dqdoublematrix4x4.cpp741 void QDoubleMatrix4x4::frustum(double left, double right, double bottom, double top, double nearPla… in frustum() function in QDoubleMatrix4x4