Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp292 double hhn,hwn,hhf,hwf = 0.0; in createFrustum() local
298 hhn = viewExpansion * nearPlane; in createFrustum()
299 hwn = hhn * aspectRatio; in createFrustum()
330 double hn = (2 * hhn) * ydiffpct; 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()