Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp126 CoordinateType const previous_x = geometry::get<0>(*previous); in point_in_section() local
128 if (direction == 1 && point_x < previous_x) in point_in_section()
133 else if (direction == -1 && point_x > previous_x) in point_in_section()