Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Dintersection_result.hpp30 SegmentRatio robust_ra; // TODO this can be renamed now to "ra" member
42 robust_ra = info.robust_ra; in assign()
49 robust_ra = a; in assign()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dintersection.hpp166 assign(point, a, dx_a, dy_a, robust_ra); in assign_a()
204 SegmentRatio robust_ra; member
370 sinfo.robust_ra.assign(robust_da, robust_da0); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/relate/
H A Dintersection_points.hpp59 bool const a_near_end = sinfo.robust_ra.near_end(); in segments_crosses()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp176 return robust_ra.denominator(); in comparable_length_a()
222 SegmentRatio robust_ra; member
535 sinfo.robust_ra.assign(dist_a1_i1, dist_a1_a2); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Dintersection.hpp159 return robust_ra.denominator(); in comparable_length_a()
207 SegmentRatio robust_ra; member
584 sinfo.robust_ra.assign(dist_a1_i1, dist_a1_a2); in apply()
/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 Dget_turn_info.hpp122 ti.operations[0].fraction = info.fractions[index].robust_ra; in assign_point()