Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dposition.hpp13 : radial(position_[0]), azimuthal(position_[1]), polar(position_[2]) { in Position()
18 return lhs.radial == rhs.radial && lhs.azimuthal == rhs.azimuthal && lhs.polar == rhs.polar; in operator ==()
31 return { { radial, azimuthal, polar } }; in getSpherical()
36 azimuthal = position_[1]; in set()
50 float azimuthal; member in mbgl::style::Position
59 const float _a = (azimuthal + 90) * util::DEG2RAD; in calculateCartesian()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_hillshade_layer.cpp39 float azimuthal = evaluated.get<HillshadeIlluminationDirection>() * util::DEG2RAD; in getLight() local
40 …luminationAnchor>() == HillshadeIlluminationAnchorType::Viewport) azimuthal = azimuthal - paramete… in getLight()
41 return {{evaluated.get<HillshadeExaggeration>(), azimuthal}}; in getLight()