Home
last modified time | relevance | path

Searched defs:easting (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.hpp27 double easting() const { return _easting; } in easting() function in mbgl::ProjectedMeters
61 const double easting = util::EARTH_RADIUS_M * constrainedLongitude * util::DEG2RAD; in projectedMetersForLatLng() local