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