Home
last modified time | relevance | path

Searched refs:getSpherical (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.hpp30 const std::array<float, 3> getSpherical() const { in getSpherical() function in mbgl::style::Position
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dvalue.cpp223 return ValueConverter<std::array<float, 3>>::toExpressionValue(value.getSpherical()); in toExpressionValue()