Searched refs:previous_x (Results 1 – 1 of 1) sorted by relevance
126 CoordinateType const previous_x = geometry::get<0>(*previous); in point_in_section() local128 if (direction == 1 && point_x < previous_x) in point_in_section()133 else if (direction == -1 && point_x > previous_x) in point_in_section()