diff options
author | Dave Parks <davep@lindenlab.com> | 2010-01-20 15:11:48 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-01-20 15:11:48 -0600 |
commit | 9c1055ea0e4ef28f1264cbfe690badd8cdb41d26 (patch) | |
tree | 768d93f4533ba1bf7f4487a02b650297cc12d815 /indra/llmath/m4math.h | |
parent | 1a8008ea150d1eb9a8f4036988ef971fb1901cb3 (diff) | |
parent | d3e84ea77baa7d60fe225f7b440297e9a49318a6 (diff) |
merge
Diffstat (limited to 'indra/llmath/m4math.h')
-rw-r--r-- | indra/llmath/m4math.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmath/m4math.h b/indra/llmath/m4math.h index de981b7646..6007b96bd9 100644 --- a/indra/llmath/m4math.h +++ b/indra/llmath/m4math.h @@ -237,6 +237,7 @@ public: friend bool operator==(const LLMatrix4 &a, const LLMatrix4 &b); // Return a == b friend bool operator!=(const LLMatrix4 &a, const LLMatrix4 &b); // Return a != b + friend bool operator<(const LLMatrix4 &a, const LLMatrix4& b); // Return a < b friend const LLMatrix4& operator+=(LLMatrix4 &a, const LLMatrix4 &b); // Return a + b friend const LLMatrix4& operator-=(LLMatrix4 &a, const LLMatrix4 &b); // Return a - b |