diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-05-06 23:26:24 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-05-06 23:26:24 +0300 |
commit | ffbbc30d1a2978066e13e21d6de9dbc7e0f00276 (patch) | |
tree | 228eb4649e3f9cc77e1683a45f5970b86e6acc75 /indra/newview/llmaniprotate.cpp | |
parent | 8e91c90ca3ea00ea992783be61263553573e221b (diff) | |
parent | f47b0b146e122b0d93ba6d1d05ca6490c20d07e2 (diff) |
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/newview/llmaniprotate.cpp')
-rwxr-xr-x | indra/newview/llmaniprotate.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llmaniprotate.cpp b/indra/newview/llmaniprotate.cpp index ed40483029..3a0f96cd37 100755 --- a/indra/newview/llmaniprotate.cpp +++ b/indra/newview/llmaniprotate.cpp @@ -67,9 +67,6 @@ const F32 RADIUS_PIXELS = 100.f; // size in screen space const F32 SQ_RADIUS = RADIUS_PIXELS * RADIUS_PIXELS; const F32 WIDTH_PIXELS = 8; const S32 CIRCLE_STEPS = 100; -const F32 DELTA = F_TWO_PI / CIRCLE_STEPS; -const F32 SIN_DELTA = sin( DELTA ); -const F32 COS_DELTA = cos( DELTA ); const F32 MAX_MANIP_SELECT_DISTANCE = 100.f; const F32 SNAP_ANGLE_INCREMENT = 5.625f; const F32 SNAP_ANGLE_DETENTE = SNAP_ANGLE_INCREMENT; |