[inline]
Addition operators.
Definition at line 73 of file FXPoint.h.
References x, and y.
00073 { return FXPoint(x+p.x,y+p.y); }