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

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

Definition at line 59 of file BasicTypes.h.

References x, and y.

00060     {
00061         if(i!=0)
00062         {
00063             x/=i;
00064             y/=i;
00065             return *this;
00066         }
00067     }


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