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 equal.

Definition at line 106 of file Vec3Int32.h.

References mValues.

00107     {
00108         return (std::abs(mValues[0]) + std::abs(mValues[1]) + std::abs(mValues[2])) <=
00109             (std::abs(v.mValues[0]) + std::abs(v.mValues[1]) + std::abs(v.mValues[2]));
00110     }


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