Searched refs:units_type (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/geometry/strategies/spherical/ |
D | expand_point.hpp | 68 typedef typename geometry::detail::cs_angular_units<Box>::type units_type; in apply() typedef 73 units_type in apply() 104 if (math::is_latitude_pole<units_type, IsEquatorial>(p_lat)) in apply() 116 && math::is_latitude_pole<units_type, IsEquatorial>(b_lat_min)) in apply()
|
D | compare.hpp | 143 … typedef typename boost::mpl::if_<same_units_type, units1_type, geometry::radian>::type units_type; typedef 156 is_left_at = math::is_longitude_antimeridian<units_type>(l0); in are_both_at_antimeridian() 157 is_right_at = math::is_longitude_antimeridian<units_type>(r0); in are_both_at_antimeridian() 178 && math::is_latitude_pole<units_type, is_equatorial>(l1))) in apply()
|
D | envelope_segment.hpp | 395 typedef typename geometry::detail::cs_angular_units<Point>::type units_type; in apply() typedef 401 >::template apply<units_type>(geometry::get<0>(p1_normalized), in apply()
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | envelope_segment.hpp | 73 >::type units_type; in apply() typedef 79 >::template apply<units_type>(geometry::get<0>(p1_normalized), in apply()
|
D | distance_cross_track.hpp | 141 typedef typename geometry::detail::cs_angular_units<Point>::type units_type; in apply() typedef 143 return (apply<units_type>(get_as_radian<0>(sp1), get_as_radian<1>(sp1), in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/envelope/ |
D | range_of_boxes.hpp | 236 typedef typename detail::cs_angular_units<box_type>::type units_type; in apply() typedef 250 coordinate_type, units_type, is_equatorial in apply() 308 units_type in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/equals/ |
D | collect_vectors.hpp | 171 typedef typename geometry::detail::cs_angular_units<Geometry>::type units_type; typedef 172 typedef model::point<T, 2, cs::spherical_equatorial<units_type> > point_type;
|