Home
last modified time | relevance | path

Searched refs:subtract_point (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/algorithms/detail/
H A Dget_left_turns.hpp84 geometry::subtract_point(pv, m_origin); in operator ()()
85 geometry::subtract_point(qv, m_origin); in operator ()()
137 geometry::subtract_point(pv, m_origin); in operator ()()
138 geometry::subtract_point(qv, m_origin); in operator ()()
300 geometry::subtract_point(v, origin); in has_rounding_issues()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Ddistance_projected_point.hpp136 subtract_point(v, projected); in apply()
137 subtract_point(w, projected); in apply()
H A Ddistance_projected_point_ax.hpp193 subtract_point(v, projected); in apply()
194 subtract_point(w, projected); in apply()
H A Dbuffer_end_round.hpp94 geometry::subtract_point(v, to_point); in calculate_angle()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/centroid/
H A Dtranslating_transformer.hpp98 geometry::subtract_point(res, *m_origin); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/
H A Darithmetic.hpp203 inline void subtract_point(Point1& p1, Point2 const& p2) in subtract_point() function