[inline]
Length and square of length.
Definition at line 150 of file FXVec4d.h.
00150 { return x*x+y*y+z*z+w*w; }