Home
last modified time | relevance | path

Searched refs:units_t (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/geometry/strategies/spherical/
Dpoint_in_poly_winding.hpp178 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 …]
Ddisjoint_box_box.hpp52 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/
Ddirection_code.hpp92 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/
Dsection_functions.hpp67 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()
Dsectionalize.hpp202 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/
Dpoint_in_box.hpp109 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()
Dbox_in_box.hpp105 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()