Home
last modified time | relevance | path

Searched refs:spherical (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Darea.hpp44 class spherical class
111 inline spherical() in spherical() function in boost::geometry::strategy::area::spherical
116 explicit inline spherical(geometry::srs::sphere<T> const& sphere) in spherical() function in boost::geometry::strategy::area::spherical
120 explicit inline spherical(CT const& radius) in spherical() function in boost::geometry::strategy::area::spherical
132 <CT>::template spherical<LongSegment>(p1, p2); in apply()
160 typedef strategy::area::spherical<Point> type;
167 typedef strategy::area::spherical<Point> type;
H A Dazimuth.hpp32 class spherical class
36 inline spherical() in spherical() function in boost::geometry::strategy::azimuth::spherical
86 typedef strategy::azimuth::spherical<CalculationType> type;
H A Denvelope_segment.hpp43 geometry::strategy::azimuth::spherical<CalculationType> azimuth_spherical; in apply()
H A Ddisjoint_segment_box.hpp67 geometry::strategy::azimuth::spherical<CT> azimuth_strategy; in apply()
H A Dintersection.hpp120 typedef area::spherical
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dposition.cpp11 optional<std::array<float, 3>> spherical = convert<std::array<float, 3>>(value, error); in operator ()() local
13 if (!spherical) { in operator ()()
17 return Position(*spherical); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dcs.hpp138 struct spherical struct
211 struct cs_tag<cs::spherical<DegreeOrRadian> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dhelper_geometry.hpp68 typedef cs::spherical<Units> type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Darea_formulas.hpp344 static inline CT spherical(PointOfSegment const& p1, in spherical() function in boost::geometry::formula::area_formulas