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

Impala::Core::Geometry::Rectangle::Rectangle ( int  left,
int  top,
int  right,
int  bottom 
) [inline]

Definition at line 30 of file Rectangle.h.

References mBottom, mLeft, mRight, and mTop.

00031     {
00032         mLeft = left;
00033         mTop = top;
00034         mRight = right;
00035         mBottom = bottom;
00036     }


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