Searched refs:centerLongitude (Results 1 – 1 of 1) sorted by relevance
250 inline static double mapLeftLongitude(double centerLongitude) in mapLeftLongitude() argument252 return wrapLong(centerLongitude + leftOffset); in mapLeftLongitude()256 inline static double mapRightLongitude(double centerLongitude) in mapRightLongitude() argument258 return wrapLong(centerLongitude - leftOffset); in mapRightLongitude()