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

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

Definition at line 185 of file BasicTypes.h.

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

00186     {
00187         left -= p.x;
00188         top -= p.y;
00189         right += p.x;
00190         bottom += p.y;
00191     }


Generated on Fri Mar 19 11:22:00 2010 for ImpalaSrc by  doxygen 1.5.1