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

Point& Impala::Core::Tracking::Point::operator/= ( int  i  )  [inline]

Definition at line 51 of file BasicTypes.h.

References x, and y.

00052     {
00053         if(i!=0)
00054         {
00055             x/=i;
00056             y/=i;
00057             return *this;
00058         }
00059     }


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