[inline]
Set value from another vector.
Definition at line 66 of file FXVec2d.h.
References x, and y.
00066 {x=v.x;y=v.y;return *this;}