Home
last modified time | relevance | path

Searched refs:shifted_point (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_end_round.hpp145 Point shifted_point; in apply() local
146 set<0>(shifted_point, get<0>(ultimate_point) + dist_half_diff * cos(alpha)); in apply()
147 set<1>(shifted_point, get<1>(ultimate_point) + dist_half_diff * sin(alpha)); in apply()
148 generate_points(shifted_point, alpha, (dist_left + dist_right) / two, range_out); in apply()