Searched refs:constrainedLongitude (Results 1 – 1 of 1) sorted by relevance
56 …const double constrainedLongitude = util::clamp(latLng.longitude(), -util::LONGITUDE_MAX, util::LO… in projectedMetersForLatLng() local61 const double easting = util::EARTH_RADIUS_M * constrainedLongitude * util::DEG2RAD; in projectedMetersForLatLng()