Searched refs:ptLon (Results 1 – 1 of 1) sorted by relevance
54 auto ptLon = point.wrapped().longitude(); in contains() local56 return (ptLon >= wrapped.sw.longitude() && in contains()57 ptLon <= util::LONGITUDE_MAX) || in contains()58 (ptLon <= wrapped.ne.longitude() && in contains()59 ptLon >= -util::LONGITUDE_MAX); in contains()61 return (ptLon >= wrapped.sw.longitude() && in contains()62 ptLon <= wrapped.ne.longitude()); in contains()