diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-01-04 11:00:14 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-01-04 11:00:14 -0500 |
commit | 5fe826945cd4ce22ffacd97894ab5e7f7d22719a (patch) | |
tree | 072fd3052ccc57b426e248c0713a391df0177022 /indra/llmath/llvector4a.h | |
parent | e68b03260ffdf786f609ace72ba1f63ce0913b2c (diff) | |
parent | 350a736d37de282e1e3c22627400d957f0e00dc5 (diff) |
Automated merge from mesh-development
Diffstat (limited to 'indra/llmath/llvector4a.h')
-rw-r--r-- | indra/llmath/llvector4a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvector4a.h b/indra/llmath/llvector4a.h index 79022eade3..596082509d 100644 --- a/indra/llmath/llvector4a.h +++ b/indra/llmath/llvector4a.h @@ -67,7 +67,7 @@ public: extern const LLVector4a LL_V4A_ZERO; return LL_V4A_ZERO; } - + // Return a vector of all epsilon, where epsilon is a small float suitable for approximate equality checks static inline const LLVector4a& getEpsilon() { |