[inline]
Definition at line 90 of file FXVec4d.h.
References w, x, y, and z.
00090 {x-=v.x;y-=v.y;z-=v.z;w-=v.w;return *this;}