[inline]
Vector and vector.
Definition at line 106 of file FXVec4d.h.
References w, x, y, and z.
00106 { return FXVec4d(x+v.x,y+v.y,z+v.z,w+v.w); }