FXRanged& FX::FXRanged::set ( FXdouble  xlo,
FXdouble  xhi,
FXdouble  ylo,
FXdouble  yhi,
FXdouble  zlo,
FXdouble  zhi 
) [inline]

Set value from six numbers.

Definition at line 66 of file FXRanged.h.

References FX::FXVec3d::set().

00066 { lower.set(xlo,ylo,zlo); upper.set(xhi,yhi,zhi); return *this; }


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