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

Point& Impala::Core::Tracking::Point::operator-= ( const Point p  )  [inline]

Definition at line 45 of file BasicTypes.h.

References x, and y.

00046     {
00047         x-=p.x;
00048         y-=p.y;
00049         return *this;
00050     }


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