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

void Impala::Core::Tracking::Rect::AddBorder ( const Point p  )  [inline]

Definition at line 193 of file BasicTypes.h.

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

00194     {
00195         left -= p.x;
00196         top -= p.y;
00197         right += p.x;
00198         bottom += p.y;
00199     }


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