Home
last modified time | relevance | path

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

/dports/astro/marble/marble-21.12.3/src/lib/marble/projections/
H A DSphericalProjection.cpp88 const qreal pixelAltitude = (radius / EARTH_RADIUS * absoluteAltitude); in screenCoordinates() local
97 qreal earthCenteredX = pixelAltitude * qpos.v[Q_X]; in screenCoordinates()
98 qreal earthCenteredY = pixelAltitude * qpos.v[Q_Y]; in screenCoordinates()
114 x = (width / 2 + pixelAltitude * qpos.v[Q_X]); in screenCoordinates()
115 y = (height / 2 - pixelAltitude * qpos.v[Q_Y]); in screenCoordinates()
H A DVerticalPerspectiveProjection.cpp131 qreal pixelAltitude = (coordinates.altitude() + EARTH_RADIUS) * d->m_altitudeToPixel; in screenCoordinates() local
132 x *= pixelAltitude; in screenCoordinates()
133 y *= pixelAltitude; in screenCoordinates()