diff options
author | Dave Parks <davep@lindenlab.com> | 2011-04-12 12:27:03 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-04-12 12:27:03 -0500 |
commit | 2027eb8c2bfdc7952fc613f0642192e0c807ec07 (patch) | |
tree | 67184c85824b39c6bd3e952a7f5b1fc255e102eb /indra/llmath | |
parent | b13b6ef014c251b77a42e40c3fa08ccd05326f16 (diff) |
Backed out changeset: c5a0cc9abf49
Diffstat (limited to 'indra/llmath')
-rw-r--r-- | indra/llmath/lloctree.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/indra/llmath/lloctree.h b/indra/llmath/lloctree.h index 49e84cf1b4..fdfc24f8b7 100644 --- a/indra/llmath/lloctree.h +++ b/indra/llmath/lloctree.h @@ -580,11 +580,19 @@ public: } protected: + typedef enum + { + CENTER = 0, + SIZE = 1, + MAX = 2, + MIN = 3 + } eDName; + LLVector4a mCenter; LLVector4a mSize; LLVector4a mMax; LLVector4a mMin; - + oct_node* mParent; U8 mOctant; |