diff options
| author | Richard Linden <none@none> | 2013-07-08 00:55:17 -0700 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2013-07-08 00:55:17 -0700 | 
| commit | d122318bef2ff0eced7641dc24f411f792bd2935 (patch) | |
| tree | 7c5bfc2c60058d6f87ad9c18c08f844424f3efc9 /indra/llmath | |
| parent | bc7d2b76961c0397dcd108e625db4304855f4539 (diff) | |
SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics console
added percentage/ratio units
added auto-range and auto tick calculation to stat bar to automate display stats
Diffstat (limited to 'indra/llmath')
| -rwxr-xr-x | indra/llmath/llmath.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/llmath/llmath.h b/indra/llmath/llmath.h index b93f89d674..cad2461e9c 100755 --- a/indra/llmath/llmath.h +++ b/indra/llmath/llmath.h @@ -75,6 +75,8 @@ const F32	OO_SQRT2	= 0.7071067811865475244008443621049f;  const F32	DEG_TO_RAD	= 0.017453292519943295769236907684886f;  const F32	RAD_TO_DEG	= 57.295779513082320876798154814105f;  const F32	F_APPROXIMATELY_ZERO = 0.00001f; +const F32	F_LN10		= 2.3025850929940456840179914546844f; +const F32	OO_LN10		= 0.43429448190325182765112891891661;  const F32	F_LN2		= 0.69314718056f;  const F32	OO_LN2		= 1.4426950408889634073599246810019f; | 
