Home
last modified time | relevance | path

Searched refs:repeated_distance (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/algorithms/
Dline_interpolate.hpp102 Distance repeated_distance = max_distance; in apply() local
112 while (current_distance >= repeated_distance) in apply()
118 (repeated_distance - prev_distance)/diff_distance, in apply()
127 prev_distance = repeated_distance; in apply()
128 repeated_distance += max_distance; in apply()
137 if (repeated_distance == max_distance) in apply()