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

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

Construction from native type.

Definition at line 29 of file Vec3Real64.h.

References mValues.

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


Generated on Thu Jan 13 09:17:29 2011 for ImpalaSrc by  doxygen 1.5.1