[inline]
Inequality tests.
Definition at line 134 of file FXVec4f.h.
References w, x, y, and z.
00134 { return x<v.x && y<v.y && z<v.z && w<v.w; }