Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Ddirection_code.hpp107 typedef typename coordinate_type<Point2>::type coord2_t; in apply() typedef
116 typedef math::detail::constants_on_spheroid<coord2_t, units_t> constants2; in apply()
123 coord2_t const p0 = geometry::get<0>(p); in apply()
124 coord2_t const p1 = geometry::get<1>(p); in apply()
126 coord2_t const pi_half2 = constants2::max_latitude(); in apply()