31 return {p0.
x + p1.
x, p0.
y + p1.
y};
34 return {p0.
x - p1.
x, p0.
y - p1.
y};
friend bool operator>(const Point &p0, const Point &p1)
friend bool operator==(const Point &p0, const Point &p1)
static bool DifferenceTooBig(Point p0, Point p1)
friend bool operator>=(const Point &p0, const Point &p1)
friend bool operator<(const Point &p0, const Point &p1)
friend bool operator<=(const Point &p0, const Point &p1)
friend Point operator+(const Point &p0, const Point &p1)
friend Point operator-(const Point &p0, const Point &p1)
friend bool operator!=(const Point &p0, const Point &p1)