Home
last modified time | relevance | path

Searched refs:robust_dx_a (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/strategies/cartesian/
H A Dintersection.hpp334 robust_coordinate_type const robust_dx_a = get<0>(robust_a2) - get<0>(robust_a1); in apply() local
346 cramers_rule(robust_dx_a, robust_dy_a, robust_dx_b, robust_dy_b, in apply()
351 cramers_rule(robust_dx_b, robust_dy_b, robust_dx_a, robust_dy_a, in apply()
357 policy(robust_dx_a, robust_dy_a, robust_dx_b, robust_dy_b); in apply()
378 = is_x_more_significant(geometry::math::abs(robust_dx_a), in apply()