[friend]
Lowest or highest components.
Definition at line 197 of file FXVec3d.h.
00197 {return FXVec3d(FXMIN(a.x,b.x),FXMIN(a.y,b.y),FXMIN(a.z,b.z));}