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

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

Definition at line 59 of file Rectangle.h.

References mBottom, mLeft, mRight, and mTop.

00060     {
00061         mLeft = r.mLeft;
00062         mTop = r.mTop;
00063         mRight = r.mRight;
00064         mBottom = r.mBottom;
00065     }


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