Searched refs:inputLon (Results 1 – 1 of 1) sorted by relevance
831 double inputLon = coordinate.longitude(); in extendShape() local838 if (wrap && inputLon > right && inputLon < left) { in extendShape()839 if (qAbs(left - inputLon) < qAbs(right - inputLon)) in extendShape()840 left = inputLon; in extendShape()842 right = inputLon; in extendShape()844 if (inputLon < left) { in extendShape()845 if (360 - (right - inputLon) < left - inputLon) in extendShape()846 right = inputLon; in extendShape()848 left = inputLon; in extendShape()849 } else if (inputLon > right) { in extendShape()[all …]