Home
last modified time | relevance | path

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

/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/
H A DSatellite.cpp670 Vec3d topoRSunPos; in getVMagnitude() local
672 topoRSunPos[0] = (sinRadLatitude * cosTheta * slantRange[0] in getVMagnitude()
676 topoRSunPos[1] = ((-1.0) * sinTheta * slantRange[0] in getVMagnitude()
680 topoRSunPos[2] = (cosRadLatitude * cosTheta * slantRange[0] in getVMagnitude()
683 sunReflAngle = qMin(elAzPosition.angle(topoRSunPos) * KRAD2DEG, sunReflAngle) ; in getVMagnitude()