Searched refs:dist_right (Results 1 – 2 of 2) sorted by relevance
73 …promoted_type const dist_right = distance.apply(penultimate_point, ultimate_point, buffer_side_rig… in apply() local75 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()
130 …promoted_type const dist_right = distance.apply(penultimate_point, ultimate_point, buffer_side_rig… in apply() local131 if (geometry::math::equals(dist_left, dist_right)) 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()