Searched refs:dist_left (Results 1 – 2 of 2) 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 D | buffer_end_flat.hpp | 72 …promoted_type const dist_left = distance.apply(penultimate_point, ultimate_point, buffer_side_left… in apply() local 75 bool reversed = (side == buffer_side_left && dist_right < 0 && -dist_right > dist_left) in apply() 76 || (side == buffer_side_right && dist_left < 0 && -dist_left > dist_right) in apply()
|
| H A D | buffer_end_round.hpp | 129 …promoted_type const dist_left = distance.apply(penultimate_point, ultimate_point, buffer_side_left… in apply() local 131 if (geometry::math::equals(dist_left, dist_right)) in apply() 133 generate_points(ultimate_point, alpha, dist_left, range_out); in apply() 138 promoted_type dist_half_diff = (dist_left - dist_right) / two; in apply() 148 generate_points(shifted_point, alpha, (dist_left + dist_right) / two, range_out); in apply()
|