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

Impala::Core::Array::Element::Vec2Real64::Vec2Real64 ( Real64  x,
Real64  y 
) [inline]

Construction from native type.

Definition at line 29 of file Vec2Real64.h.

References mValues.

00030     {
00031         mValues[0] = x;
00032         mValues[1] = y;
00033     }


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