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

Point& Impala::Core::Tracking::Point::operator *= ( int  i  )  [inline]

Definition at line 68 of file BasicTypes.h.

References x, and y.

00069     {
00070         if(i!=0)
00071         {
00072             x*=i;
00073             y*=i;
00074             return *this;
00075         }
00076     }


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