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 214 of file Vec2Real64.h.

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

00215 {
00216     return Vec2Real64(v1.X() / v2.X(), v1.Y() / v2.Y());
00217 }

Here is the call graph for this function:


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