Searched refs:m_halfWidth (Results 1 – 2 of 2) sorted by relevance
184 m_halfWidth(0.0), in QGeoProjectionWebMercator()525 pos *= QDoubleVector2D(m_halfWidth, m_halfHeight); in viewportToWrappedMapProjection()681 m_halfWidth = m_aperture * aspectRatio; in setupCamera()692 …projectionMatrix.frustum(-m_halfWidth, m_halfWidth, -m_halfHeight, m_halfHeight, m_nearPlane, m_fa… in setupCamera()
251 double m_halfWidth; variable