Home
last modified time | relevance | path

Searched defs:northing (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dprojection.hpp26 double northing() const { return _northing; } in northing() function in mbgl::ProjectedMeters
62 const double northing = 0.5 * util::EARTH_RADIUS_M * std::log((1 + f) / (1 - f)); in projectedMetersForLatLng() local