Home
last modified time | relevance | path

Searched refs:ultimate_point (Results 1 – 3 of 3) 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.hpp113 Point const& ultimate_point, in apply() argument
127 promoted_type const alpha = calculate_angle<promoted_type>(perp_left_point, ultimate_point); in apply()
129 …promoted_type const dist_left = distance.apply(penultimate_point, ultimate_point, buffer_side_left… in apply()
130 …promoted_type const dist_right = distance.apply(penultimate_point, ultimate_point, buffer_side_rig… in apply()
133 generate_points(ultimate_point, alpha, dist_left, range_out); 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()
H A Dbuffer_end_flat.hpp58 Point const& ultimate_point, in apply() argument
72 …promoted_type const dist_left = distance.apply(penultimate_point, ultimate_point, buffer_side_left… in apply()
73 …promoted_type const dist_right = distance.apply(penultimate_point, ultimate_point, buffer_side_rig… in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dbuffer_inserter.hpp258 … point_type second_point, penultimate_point, ultimate_point; // last two points from begin/end in iterate() local
322 ultimate_point = *it; in iterate()
658 input_point_type const& ultimate_point = *(end - 1); in iterate() local
674 = side_strategy.apply(ultimate_point, penultimate_point, in iterate()
697 end_strategy.apply(penultimate_point, last_p2, ultimate_point, reverse_p1, in iterate()
699 collection.add_endcap(end_strategy, range_out, ultimate_point); in iterate()