Home
last modified time | relevance | path

Searched refs:point_operation (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/arithmetic/
H A Darithmetic.hpp71 struct point_operation struct
75 inline point_operation(PointSrc const& point) in point_operation() argument
168 for_each_coordinate(p1, detail::point_operation<Point2, std::plus>(p2)); in add_point()
208 for_each_coordinate(p1, detail::point_operation<Point2, std::minus>(p2)); in subtract_point()
249 for_each_coordinate(p1, detail::point_operation<Point2, std::multiplies>(p2)); in multiply_point()
289 for_each_coordinate(p1, detail::point_operation<Point2, std::divides>(p2)); in divide_point()