FXVec4d veclo ( const FXVec4d a,
const FXVec4d b 
) [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));}


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:25 2009 for TnFOX by doxygen v1.4.7