Home
last modified time | relevance | path

Searched refs:dy_b (Results 1 – 2 of 2) 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.hpp160 return dx_b * dx_b + dy_b * dy_b; in comparable_length_b()
171 assign(point, b, dx_b, dy_b, robust_rb); in assign_b()
203 CoordinateType dx_b, dy_b; member
210 D const& dx_b, D const& dy_b, W const& wx, W const& wy, in cramers_rule()
215 d = geometry::detail::determinant<ResultType>(dx_a, dy_a, dx_b, dy_b); in cramers_rule()
216 da = geometry::detail::determinant<ResultType>(dx_b, dy_b, wx, wy); in cramers_rule()
332 sinfo.dy_b = get<1, 1>(b) - get<0, 1>(b); in apply()
H A Dside_of_intersection.hpp239 T const dy_b = get<1, 1>(b) - by; in side_value() local
248 dx_b, dy_b in side_value()
269 dx_b, dy_b, in side_value()