Searched refs:p_lon (Results 1 – 1 of 1) sorted by relevance
151 box_coordinate_type p_lon = geometry::get<0>(box_point); in apply() local178 geometry::set<min_corner, 0>(box, p_lon); in apply()180 geometry::set<max_corner, 0>(box, p_lon); in apply()190 if (math::smaller(p_lon, b_lon_min)) in apply()192 box_coordinate_type p_lon_shifted = p_lon + constants::period(); in apply()197 if (math::smaller(b_lon_min - p_lon, p_lon_shifted - b_lon_max)) in apply()199 b_lon_min = p_lon; in apply()207 else if (math::larger(p_lon, b_lon_max)) in apply()212 && math::larger(p_lon - b_lon_max, in apply()213 constants::period() - p_lon + b_lon_min)) in apply()[all …]