Searched defs:northing (Results 1 – 1 of 1) sorted by relevance
26 double northing() const { return _northing; } in northing() function in mbgl::ProjectedMeters62 const double northing = 0.5 * util::EARTH_RADIUS_M * std::log((1 + f) / (1 - f)); in projectedMetersForLatLng() local