Searched refs:point_operation (Results 1 – 1 of 1) sorted by relevance
71 struct point_operation struct75 inline point_operation(PointSrc const& point) in point_operation() argument168 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()