[inline]
Vector and vector.
Definition at line 102 of file FXVec3f.h.
References x, y, and z.
00102 { return FXVec3f(x+v.x,y+v.y,z+v.z); }