Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:19:38 2011 for ImpalaSrc by  doxygen 1.5.1