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

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

Definition at line 53 of file BasicTypes.h.

References x, and y.

00054     {
00055         x-=p.x;
00056         y-=p.y;
00057         return *this;
00058     }


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