diff options
author | Dave Parks <davep@lindenlab.com> | 2010-01-22 22:15:32 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-01-22 22:15:32 -0600 |
commit | 22bcd0e0eaeda849fbb1a8ecd78eeee7a219c614 (patch) | |
tree | 74109ce28c31f529902f393c5232352cde24396d /indra/llmath/m4math.h | |
parent | e82743d9d0dc4353f9cb9162076d5b884f13d30e (diff) | |
parent | 89f6504a27cd8a92faeba1c39f8afef232ea660f (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 |