diff options
author | Oz Linden <oz@lindenlab.com> | 2014-03-04 11:22:19 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-03-04 11:22:19 -0500 |
commit | 413d29d3ee352aef8fa3777741949bd6534f8ed4 (patch) | |
tree | 987b13d92a2f07bd0982aaa1f45090894507b205 /indra/llmath/llmath.h | |
parent | 556506278ab870f5ac190d25a991511b74074325 (diff) | |
parent | fe2801fc63a428f47b29e151cfb71b4558305ceb (diff) |
merge changes for bug-1044
Diffstat (limited to 'indra/llmath/llmath.h')
-rwxr-xr-x | indra/llmath/llmath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmath/llmath.h b/indra/llmath/llmath.h index b93f89d674..5abd9a0d06 100755 --- a/indra/llmath/llmath.h +++ b/indra/llmath/llmath.h @@ -72,6 +72,7 @@ const F32 F_E = 2.71828182845904523536f; const F32 F_SQRT2 = 1.4142135623730950488016887242097f; const F32 F_SQRT3 = 1.73205080756888288657986402541f; const F32 OO_SQRT2 = 0.7071067811865475244008443621049f; +const F32 OO_SQRT3 = 0.577350269189625764509f; const F32 DEG_TO_RAD = 0.017453292519943295769236907684886f; const F32 RAD_TO_DEG = 57.295779513082320876798154814105f; const F32 F_APPROXIMATELY_ZERO = 0.00001f; |