FXVec3d FX::FXRanged::corner ( FXint  c  )  const [inline]

Get corner number 0..7.

Definition at line 142 of file FXRanged.h.

00142 { return FXVec3d((&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