[inline]
Assignment.
Definition at line 68 of file FXVec3d.h.
References x, y, and z.
00068 {x=v.x;y=v.y;z=v.z;return *this;}