[inline]
Definition at line 7 of file CxRectZTiler.h.
Referenced by CxRectZTiler::GetPos2d(), and CxRectZTiler::GetPos3d().
00008 { 00009 return (x > y) ? x : y; 00010 }