FXVec4d FX::veclo ( const FXVec4d &  a,
const FXVec4d &  b 
) [inline]

Definition at line 203 of file FXVec4d.h.

References FXMIN, FX::FXVec4d::w, FX::FXVec4d::x, FX::FXVec4d::y, and FX::FXVec4d::z.

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:32:24 2009 for TnFOX by doxygen v1.4.7