Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/strategies/spherical/
Dexpand_point.hpp68 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()
Dcompare.hpp143 … 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()
Denvelope_segment.hpp395 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/
Denvelope_segment.hpp73 >::type units_type; in apply() typedef
79 >::template apply<units_type>(geometry::get<0>(p1_normalized), in apply()
Ddistance_cross_track.hpp141 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/
Drange_of_boxes.hpp236 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/
Dcollect_vectors.hpp171 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;