[inline]
Definition at line 103 of file FXVec3d.h.
References x, y, and z.
00103 { return FXVec3d(x-v.x,y-v.y,z-v.z); }