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

bool Impala::Core::Geometry::PointZ::operator== ( const PointZ rhs  )  const [inline]

Definition at line 30 of file PointZ.h.

References mX, and mY.

00031     {
00032         return mX==rhs.mX && mY==rhs.mY;
00033     }


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