[inline]
Initialize from another vector.
Definition at line 45 of file FXVec2f.h.
References x, and y.
00045 {x=v.x;y=v.y;}