Home
last modified time | relevance | path

Searched defs:segment_fraction (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/overlay/
H A Dhandle_colocations.hpp48 struct segment_fraction struct
50 segment_identifier seg_id;
51 SegmentRatio fraction;
53 segment_fraction(segment_identifier const& id, SegmentRatio const& fr) in segment_fraction() function
58 segment_fraction() in segment_fraction() argument
61 bool operator<(segment_fraction<SegmentRatio> const& other) const in operator <()