[inline]
Definition at line 85 of file FXVec3f.h.
References x, y, and z.
00085 {x+=v.x;y+=v.y;z+=v.z;return *this;}