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

void Impala::Core::Tracking::Rect::operator+= ( const Point p  )  [inline]

Definition at line 179 of file BasicTypes.h.

References bottom, left, right, top, Impala::Core::Tracking::Point::x, and Impala::Core::Tracking::Point::y.

00180     {
00181         left += p.x;
00182         top += p.y;
00183         right += p.x;
00184         bottom += p.y;
00185     }


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