Home
last modified time | relevance | path

Searched defs:less_seg_fraction_other_op (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/turns/
H A Dcompare_turns.hpp37 struct less_seg_fraction_other_op struct
40 static const std::size_t other_op_id = (OpId + 1) % 2;
43 static inline int order_op(Op const& op) in order_op()
58 static inline bool use_operation(Op const& left, Op const& right) in use_operation()
64 static inline bool use_other_id(Turn const& left, Turn const& right) in use_other_id()
86 static inline bool use_fraction(Turn const& left, Turn const& right) in use_fraction()
99 inline bool operator()(Turn const& left, Turn const& right) const in operator ()()