From 941cb9f4124c9ccfd5c845bc94639fa46df12c3d Mon Sep 17 00:00:00 2001 From: Steven Bennetts Date: Tue, 1 Apr 2008 17:45:04 +0000 Subject: merge release@83343 skinning-1-merge@83714 -> release QAR-424 --- indra/llmath/llrect.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/llmath/llrect.h') diff --git a/indra/llmath/llrect.h b/indra/llmath/llrect.h index 1fa5a741d5..17fa981c7c 100644 --- a/indra/llmath/llrect.h +++ b/indra/llmath/llrect.h @@ -227,6 +227,11 @@ public: return mLeft == mRight || mBottom == mTop; } + bool notNull() const + { + return !isNull(); + } + LLRectBase& unionWith(const LLRectBase &other) { mLeft = llmin(mLeft, other.mLeft); -- cgit v1.2.3