[inline]
Definition at line 89 of file FXVec4f.h.
References w, x, y, and z.
00089 {x+=v.x;y+=v.y;z+=v.z;w+=v.w;return *this;}