[inline]
Initialize from another vector.
Definition at line 47 of file FXVec4d.h.
References w, x, y, and z.
00047 {x=v.x;y=v.y;z=v.z;w=v.w;}