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

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

Definition at line 47 of file BasicTypes.h.

References x, and y.

00048     {
00049         x-=i;
00050         y-=i;
00051         return *this;
00052     }


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