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

PointZ& Impala::Core::Geometry::PointZ::operator *= ( int  factor  )  [inline]

Definition at line 41 of file PointZ.h.

References mX, and mY.

00042     {
00043         mX *= factor;
00044         mY *= factor;
00045         return *this;
00046     }


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