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