Searched refs:nearPlane (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qdoublematrix4x4.cpp | 708 void QDoubleMatrix4x4::ortho(double left, double right, double bottom, double top, double nearPlane… in ortho() argument 711 if (left == right || bottom == top || nearPlane == farPlane) in ortho() 717 double clip = farPlane - nearPlane; in ortho() 730 m.m[3][2] = -(nearPlane + farPlane) / clip; in ortho() 741 …4::frustum(double left, double right, double bottom, double top, double nearPlane, double farPlane) in frustum() argument 744 if (left == right || bottom == top || nearPlane == farPlane) in frustum() 751 double clip = farPlane - nearPlane; in frustum() 752 m.m[0][0] = 2.0 * nearPlane / width; in frustum() 757 m.m[1][1] = 2.0 * nearPlane / invheight; in frustum() 762 m.m[2][2] = -(nearPlane + farPlane) / clip; in frustum() [all …]
|
| H A D | qdoublematrix4x4_p.h | 135 …void ortho(double left, double right, double bottom, double top, double nearPlane, double farPlane… 136 …void frustum(double left, double right, double bottom, double top, double nearPlane, double farPla… 137 void perspective(double verticalAngle, double aspectRatio, double nearPlane, double farPlane); 142 …void viewport(double left, double bottom, double width, double height, double nearPlane = 0.0f, do…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocameratiles.cpp | 283 …double nearPlane = 1.0 / 32.0; // The denominator used to be (4.0 * m_tileSize ), which produces … in createFrustum() local 298 hhn = viewExpansion * nearPlane; in createFrustum() 310 QDoubleVector3D cn = eye + d * nearPlane; in createFrustum()
|
| H A D | qgeotiledmapscene.cpp | 410 double nearPlane = 1.0; in setupCamera() local 451 nearPlane, farPlane); in setupCamera()
|
| H A D | qgeoprojection.cpp | 793 QGeoProjectionWebMercator::Plane nearPlane(m_centerNearPlaneMercator, m_viewNormalized); in updateVisibleRegion() local 794 Line2D nearPlaneXYIntersection = nearPlane.planeXYIntersection(); in updateVisibleRegion()
|