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