[inline]
Clamp values of vector between limits.
Definition at line 154 of file FXVec4f.h.
References FXCLAMP.
00154 {x=FXCLAMP(lo,x,hi);y=FXCLAMP(lo,y,hi);z=FXCLAMP(lo,z,hi);w=FXCLAMP(lo,w,hi);return *this;}