[friend]
Lowest or highest components.
Definition at line 203 of file FXVec4f.h.
00203 {return FXVec4f(FXMIN(a.x,b.x),FXMIN(a.y,b.y),FXMIN(a.z,b.z),FXMIN(a.w,b.w));}