FXVec3f FX::FXRangef::corner ( FXint  c  )  const [inline]

Get corner number 0..7.

Definition at line 142 of file FXRangef.h.

00142 { return FXVec3f((&lower)[c&1].x,(&lower)[(c>>1)&1].y,(&lower)[c>>2].z); }


(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