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

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

Definition at line 41 of file BasicTypes.h.

References x, and y.

00042     {
00043         x+=i;
00044         y+=i;
00045         return *this;
00046     }


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