Searched refs:units_t (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/geometry/strategies/spherical/ |
D | point_in_poly_winding.hpp | 178 typedef typename geometry::detail::cs_angular_units<Point>::type units_t; in apply() typedef 179 typedef math::detail::constants_on_spheroid<calc_t, units_t> constants; in apply() 284 typedef typename geometry::detail::cs_angular_units<Point>::type units_t; in check_touch() typedef 285 typedef math::detail::constants_on_spheroid<calc_t, units_t> constants; in check_touch() 304 bool eq1_strict = longitudes_equal<units_t>(s1_lon, p_lon); in check_touch() 305 bool eq2_strict = longitudes_equal<units_t>(s2_lon, p_lon); in check_touch() 312 … || (eq1_anti = longitudes_equal<units_t>(s1_lon, anti_p_lon)) // anti-lon strictly equal to s1 in check_touch() 315 … || (eq2_anti = longitudes_equal<units_t>(s2_lon, anti_p_lon)) // anti-lon strictly equal to s2 in check_touch() 319 calc_t const s_lon_diff = math::longitude_distance_signed<units_t>(s1_lon, s2_lon); in check_touch() 391 typedef typename geometry::detail::cs_angular_units<Point>::type units_t; in calculate_count() typedef [all …]
|
D | disjoint_box_box.hpp | 52 typedef typename geometry::detail::cs_angular_units<Box1>::type units_t; in apply() typedef 53 typedef math::detail::constants_on_spheroid<calc_t, units_t> constants; in apply() 68 calc_t const diff_min = math::longitude_distance_unsigned<units_t>(b1_min, b2_min); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/ |
D | direction_code.hpp | 92 typedef typename cs_angular_units<Point1>::type units_t; in apply() typedef 94 BOOST_MPL_ASSERT_MSG((boost::is_same<units_t, units2_t>::value), in apply() 96 (units_t, units2_t)); in apply() 99 typedef math::detail::constants_on_spheroid<coord1_t, units_t> constants1; in apply() 100 typedef math::detail::constants_on_spheroid<coord2_t, units_t> constants2; in apply() 131 calc_t const dlon1 = math::longitude_distance_signed<units_t, calc_t>(b0, a0); in apply() 132 calc_t const dlon2 = math::longitude_distance_signed<units_t, calc_t>(b0, p0); in apply() 135 calc_t const dlat1 = latitude_distance_signed<units_t, calc_t>(b1, a1, dlon1, is_antilon1); in apply() 136 calc_t const dlat2 = latitude_distance_signed<units_t, calc_t>(b1, p1, dlon2, is_antilon2); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/sections/ |
D | section_functions.hpp | 67 typedef typename coordinate_system<Point>::type::units units_t; in apply() typedef 91 units_t, calc_t in apply() 96 units_t, calc_t in apply() 105 units_t, calc_t in apply() 110 units_t, calc_t in apply()
|
D | sectionalize.hpp | 202 typedef typename coordinate_system<Point>::type::units units_t; in apply() typedef 206 units_t, coordinate_type in apply()
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | point_in_box.hpp | 109 typedef typename geometry::detail::cs_angular_units<Geometry>::type units_t; in apply() typedef 110 typedef math::detail::constants_on_spheroid<calc_t, units_t> constants; in apply() 127 … calc_t const diff_min = math::longitude_distance_unsigned<units_t, calc_t>(min_value, value); in apply()
|
D | box_in_box.hpp | 105 typedef typename geometry::detail::cs_angular_units<Geometry>::type units_t; in apply() typedef 106 typedef math::detail::constants_on_spheroid<calc_t, units_t> constants; in apply() 131 calc_t const diff_min = math::longitude_distance_unsigned<units_t>(bing_min, bed_min); in apply()
|