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