20 #ifndef NCMPC_POINT_HXX 21 #define NCMPC_POINT_HXX 32 return {
x + other.
x,
y + other.
y};
36 return {
x - other.
x,
y - other.
y};
int x
Definition: Point.hxx:29
constexpr Point operator+(Point other) const
Definition: Point.hxx:31
constexpr Point operator-(Point other) const
Definition: Point.hxx:35
int y
Definition: Point.hxx:29
constexpr Point operator+(Size size) const
Definition: Point.hxx:39
unsigned width
Definition: Size.hxx:27
unsigned height
Definition: Size.hxx:27