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

Vec2Real64 Impala::Core::Array::Element::operator+ ( const Vec2Real64 &  v1,
const Vec2Real64 &  v2 
) [inline]

Definition at line 190 of file Vec2Real64.h.

References Impala::Core::Array::Element::Vec2Real64::X(), and Impala::Core::Array::Element::Vec2Real64::Y().

00191 {
00192     return Vec2Real64(v1.X() + v2.X(), v1.Y() + v2.Y());
00193 }

Here is the call graph for this function:


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