Home
last modified time | relevance | path

Searched refs:coord1_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.hpp106 typedef typename coordinate_type<Point1>::type coord1_t; in apply() typedef
115 typedef math::detail::constants_on_spheroid<coord1_t, units_t> constants1; in apply()
119 coord1_t const a0 = geometry::get<0>(segment_a); in apply()
120 coord1_t const a1 = geometry::get<1>(segment_a); in apply()
121 coord1_t const b0 = geometry::get<0>(segment_b); in apply()
122 coord1_t const b1 = geometry::get<1>(segment_b); in apply()
125 coord1_t const pi_half1 = constants1::max_latitude(); in apply()