Searched refs:input_p2 (Results 1 – 1 of 1) sorted by relevance
57 Point const& input_p1, Point const& input_p2, in apply() argument72 coordinate_type const dx = get<0>(input_p2) - get<0>(input_p1); in apply()73 coordinate_type const dy = get<1>(input_p2) - get<1>(input_p1); in apply()84 << geometry::wkt(input_p1) << " " << geometry::wkt(input_p2) in apply()98 promoted_type const d = distance.apply(input_p1, input_p2, side); in apply()111 << geometry::wkt(input_p1) << " " << geometry::wkt(input_p2) in apply()123 set<0>(output_range.back(), get<0>(input_p2) + px * d); in apply()124 set<1>(output_range.back(), get<1>(input_p2) + py * d); in apply()