Searched defs:easting (Results 1 – 1 of 1) sorted by relevance
27 double easting() const { return _easting; } in easting() function in mbgl::ProjectedMeters61 const double easting = util::EARTH_RADIUS_M * constrainedLongitude * util::DEG2RAD; in projectedMetersForLatLng() local