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

int Impala::Core::Array::Element::Vec3Int32::operator< ( const Vec3Int32 v  )  const [inline]

Less than.

Definition at line 98 of file Vec3Int32.h.

References mValues.

00099     {
00100         return (std::abs(mValues[0]) + std::abs(mValues[1]) + std::abs(mValues[2])) < 
00101                (std::abs(v.mValues[0]) + std::abs(v.mValues[1]) + std::abs(v.mValues[2]));
00102     }


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