Home
last modified time | relevance | path

Searched refs:buffer_distance (Results 1 – 5 of 5) 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_join_round_by_divide.hpp47 DistanceType const& buffer_distance, in mid_points() argument
67 PromotedType prop = buffer_distance / length2; in mid_points()
75 mid_points<PromotedType>(vertex, p1, mid_point, buffer_distance, range_out, level + 1); in mid_points()
80 mid_points<PromotedType>(vertex, mid_point, p2, buffer_distance, range_out, level + 1); in mid_points()
87 DistanceType const& buffer_distance, in apply() argument
114 promoted_type const bd = geometry::math::abs(buffer_distance); in apply()
H A Dbuffer_join_round.hpp76 DistanceType const& buffer_distance, in generate_points() argument
113 set<0>(p, get<0>(vertex) + buffer_distance * cos(a)); in generate_points()
114 set<1>(p, get<1>(vertex) + buffer_distance * sin(a)); in generate_points()
127 DistanceType const& buffer_distance, in apply() argument
157 DistanceType const bd = geometry::math::abs(buffer_distance); in apply()
H A Dbuffer_point_circle.hpp85 promoted_type const buffer_distance = distance_strategy.apply(point, point, in apply() local
96 set<0>(p, get<0>(point) + buffer_distance * cos(a)); in apply()
97 set<1>(p, get<1>(point) + buffer_distance * sin(a)); in apply()
H A Dbuffer_end_round.hpp67 DistanceType const& buffer_distance, in generate_points() argument
83 set<0>(p, get<0>(point) + buffer_distance * cos(alpha)); in generate_points()
84 set<1>(p, get<1>(point) + buffer_distance * sin(alpha)); in generate_points()
H A Dbuffer_join_miter.hpp67 DistanceType const& buffer_distance, in apply() argument
98 = m_miter_limit * geometry::math::abs(buffer_distance); in apply()