Home
last modified time | relevance | path

Searched refs:input_p2 (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/strategies/cartesian/
H A Dbuffer_side_straight.hpp57 Point const& input_p1, Point const& input_p2, in apply() argument
72 coordinate_type const dx = get<0>(input_p2) - get<0>(input_p1); in apply()
73 coordinate_type const dy = get<1>(input_p2) - get<1>(input_p1); in apply()
84 << geometry::wkt(input_p1) << " " << geometry::wkt(input_p2) in apply()
98 promoted_type const d = distance.apply(input_p1, input_p2, side); in apply()
111 << geometry::wkt(input_p1) << " " << geometry::wkt(input_p2) in apply()
123 set<0>(output_range.back(), get<0>(input_p2) + px * d); in apply()
124 set<1>(output_range.back(), get<1>(input_p2) + py * d); in apply()