Searched refs:shifted_point (Results 1 – 1 of 1) sorted by relevance
145 Point shifted_point; in apply() local146 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()148 generate_points(shifted_point, alpha, (dist_left + dist_right) / two, range_out); in apply()