diff options
author | pavelkproductengine <none@none> | 2015-10-09 18:14:37 +0300 |
---|---|---|
committer | pavelkproductengine <none@none> | 2015-10-09 18:14:37 +0300 |
commit | af9971e43a37c47b7175bce0d350c73a282ff818 (patch) | |
tree | a70f1e78c27187daeaab364faece5d0d3f28d6ba /indra/llmath/m4math.h | |
parent | 17ff449ae6b2759f212daa4fd3de0a7ea2664866 (diff) | |
parent | 358b29060fc3caf8de212985b17686b4460cc6d9 (diff) |
Merge Xcode 7 Update
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 |