Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4.cpp708 …4x4::ortho(double left, double right, double bottom, double top, double nearPlane, double farPlane) 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()
762 m.m[2][2] = -(nearPlane + farPlane) / clip; in frustum()
763 m.m[3][2] = -2.0 * nearPlane * farPlane / clip; in frustum()
774 …Matrix4x4::perspective(double verticalAngle, double aspectRatio, double nearPlane, double farPlane) in perspective() argument
[all …]
H A Dqdoublematrix4x4_p.h135 …oid ortho(double left, double right, double bottom, double top, double nearPlane, double farPlane);
136 …d frustum(double left, double right, double bottom, double top, double nearPlane, double farPlane);
137 void perspective(double verticalAngle, double aspectRatio, double nearPlane, double farPlane);
142 …left, double bottom, double width, double height, double nearPlane = 0.0f, double farPlane = 1.0f);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp287 double farPlane = altitude + 8.0; in createFrustum() local
301 hhf = viewExpansion * farPlane; in createFrustum()
309 QDoubleVector3D cf = eye + d * farPlane; in createFrustum()
H A Dqgeotiledmapscene.cpp415 double farPlane = (altitude + 10000.0) * edge; in setupCamera() local
451 nearPlane, farPlane); in setupCamera()