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