[inline]
Set value from another vector.
Definition at line 78 of file FXVec4f.h.
References w, x, y, and z.
00078 {x=v.x;y=v.y;z=v.z;w=v.w;return *this;}