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