Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:00:48 2010 for ImpalaSrc by  doxygen 1.5.1