diff options
author | Aura Linden <aura@lindenlab.com> | 2015-10-01 09:35:58 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2015-10-01 09:35:58 -0700 |
commit | 40316f8431279d925bc677a7e2ef7b4d79bc843a (patch) | |
tree | 218b97ae3d0173a9b8c106c09306aef03f42c7f6 /indra/llmath/m4math.h | |
parent | a4fef135b110045500d9afc1b558127bc2f5cd89 (diff) | |
parent | 6c422a881499c0d7649a59db47905a584bbd2bc1 (diff) |
Pulled merge to use xcode 7.
Diffstat (limited to 'indra/llmath/m4math.h')
-rwxr-xr-x | indra/llmath/m4math.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llmath/m4math.h b/indra/llmath/m4math.h index a7dce10397..a77c5bc76d 100755 --- a/indra/llmath/m4math.h +++ b/indra/llmath/m4math.h @@ -180,6 +180,11 @@ public: const LLMatrix4& setTranslation(const LLVector4 &translation); const LLMatrix4& setTranslation(const LLVector3 &translation); + // Convenience func for simplifying comparison-heavy code by + // intentionally stomping values [-FLT_EPS,FLT_EPS] to 0.0 + // + void condition(void); + /////////////////////////// // // Get properties of a matrix |