Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Impala::Core::Geometry::Rectangle::Rectangle (  )  [inline]

Definition at line 22 of file Rectangle.h.

References mBottom, mLeft, mRight, and mTop.

00023     {
00024         mLeft = 0;
00025         mTop = 0;
00026         mRight = 0;
00027         mBottom = 0;
00028     }


Generated on Thu Jan 13 09:19:38 2011 for ImpalaSrc by  doxygen 1.5.1