Home
last modified time | relevance | path

Searched refs:cartesian (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dazimuth.hpp26 class cartesian class
37 typedef strategy::azimuth::cartesian<CalculationType> type;
H A Dcentroid_weighted_length.hpp51 cs::cartesian
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dcs.hpp94 struct cartesian {}; struct
224 struct cs_tag<cs::cartesian>
/OK3568_Linux_fs/buildroot/package/proj/
H A DConfig.in10 geographic longitude and latitude coordinates into cartesian
/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.hpp56 typedef cs::cartesian type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dsymbol_annotation_impl.hpp58 template<> struct coordinate_system<mbgl::LatLng> { using type = boost::geometry::cs::cartesian; };
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dbounded_view.hpp38 struct bounded_view<Segment, Box, segment_tag, box_tag, cs::cartesian>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Dget_rescale_policy.hpp263 geometry::cs::cartesian
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/svg/
H A Dsvg_mapper.hpp283 typedef model::point<SvgCoordinateType, 2, cs::cartesian> svg_point_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dcollect_vectors.hpp173 typedef model::point<T, 3, cs::cartesian> vector_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp298 typedef model::point<calc_t, 3, cs::cartesian> vec3d_t; in apply()