Home
last modified time | relevance | path

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

/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DStarWrapper.cpp90 double az_app, alt_app; in getInfoString() local
91 StelUtils::rectToSphe(&az_app,&alt_app,getAltAzPosApparent(core)); in getInfoString()
92 Q_UNUSED(az_app) in getInfoString()
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelObject.cpp298 double az_app, alt_app; in getAirmass() local
299 StelUtils::rectToSphe(&az_app, &alt_app, getAltAzPosApparent(core)); in getAirmass()
300 Q_UNUSED(az_app) in getAirmass()
340 double az_app, alt_app; in getCommonInfoString() local
341 StelUtils::rectToSphe(&az_app,&alt_app,getAltAzPosApparent(core)); in getCommonInfoString()
342 Q_UNUSED(az_app) in getCommonInfoString()
/dports/astro/stellarium/stellarium-0.21.3/plugins/NavStars/src/
H A DNavStarsCalculator.hpp299 double az_app; member
H A DNavStarsCalculator.cpp55 setAzAppRad(DEG2RAD(ip->az_app)); in NavStarsCalculator()