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