[inline]
Vector and vector.
Definition at line 89 of file FXVec2d.h.
References x, and y.
00089 { return FXVec2d(x+v.x,y+v.y); }