[friend]
Definition at line 204 of file FXVec4d.h.
00204 {return FXVec4d(FXMAX(a.x,b.x),FXMAX(a.y,b.y),FXMAX(a.z,b.z),FXMAX(a.w,b.w));}