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

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

Definition at line 36 of file PointR.h.

References mX, mY, and PointR().

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:38 2011 for ImpalaSrc by  doxygen 1.5.1