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

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

Definition at line 36 of file PointZ.h.

References mX, mY, and PointZ().

00037     {
00038         return PointZ(mX+rhs.mX, mY+rhs.mY);
00039     }

Here is the call graph for this function:


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