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