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

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

Definition at line 39 of file BasicTypes.h.

References x, and y.

00040     {
00041         x-=i;
00042         y-=i;
00043         return *this;
00044     }


Generated on Fri Mar 19 11:21:59 2010 for ImpalaSrc by  doxygen 1.5.1