Home
last modified time | relevance | path

Searched refs:dist_half_diff (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.hpp138 promoted_type dist_half_diff = (dist_left - dist_right) / two; in apply() local
142 dist_half_diff = -dist_half_diff; in apply()
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()