Lines Matching refs:swap
58 using std::swap;
135 std::swap(_boundary[k++], _boundary[i]);
145 std::swap(_boundary[k++], _boundary[i]);
274 void ConvexHull::swap(ConvexHull &other)
276 _boundary.swap(other._boundary);
277 std::swap(_lower, other._lower);
280 void ConvexHull::swap(std::vector<Point> &pts)
282 _boundary.swap(pts);
601 // In other words, either of the two polygons vertices are added in order until the vertex coincides with a bridge point, at which point we swap.
631 swap(a, b);
651 swap(a, b);