FXPoint FX::FXPoint::operator+ ( const FXPoint p  )  const [inline]

Addition operators.

Definition at line 73 of file FXPoint.h.

References x, and y.

00073 { return FXPoint(x+p.x,y+p.y); }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:35:33 2009 for TnFOX by doxygen v1.4.7