[inline]
Get corner number 0..3.
Definition at line 112 of file FXExtentf.h.
00112 { return FXVec2f((&lower)[c&1].x, (&lower)[(c>>1)&1].y); }