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

void Impala::Core::Tracking::Rect::operator *= ( int  i  )  [inline]

Definition at line 186 of file BasicTypes.h.

References bottom, left, right, and top.

00187     {
00188         left *= i;
00189         top *= i;
00190         right *= i;
00191         bottom *= i;
00192     }


Generated on Thu Jan 13 09:21:01 2011 for ImpalaSrc by  doxygen 1.5.1