Home
last modified time | relevance | path

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

/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DLandscape.cpp817 const float tanBot=std::tan(decorAngleShift*M_PI_180f); in getOpacity() local
818 y_img_1=(tanAlt-tanBot)/(tanTop-tanBot); // Y position 0..1 in visible image height from bottom in getOpacity()