summaryrefslogtreecommitdiff
path: root/indra/llmath/llmath.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-03-14 14:19:36 -0400
committerOz Linden <oz@lindenlab.com>2014-03-14 14:19:36 -0400
commit56d1db4875352d028cde8b77be7bcc25703aacb4 (patch)
treeec7aaeaba4034253f97019378ae45b35907cbe12 /indra/llmath/llmath.h
parent54bc8b10ee25d8e7b7db15971ced4b8a892dda17 (diff)
parentbefc0efde94c9b964d6efb32f2cc707f51b986bc (diff)
merge changes for storm-1920
Diffstat (limited to 'indra/llmath/llmath.h')
-rwxr-xr-xindra/llmath/llmath.h1
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;