From a51a0ca772b21814e29bdb3b2b5fd854e29c5334 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 19 Apr 2014 22:12:50 +1000 Subject: Math Lib: add shell_v3v3_normalized_to_dist and v2 version bypass angle calculation to avoids (asin, sqrt, cos). --- source/blender/blenlib/BLI_math_base.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/blenlib/BLI_math_base.h') diff --git a/source/blender/blenlib/BLI_math_base.h b/source/blender/blenlib/BLI_math_base.h index 68ffb4b4893..5bd8490db6e 100644 --- a/source/blender/blenlib/BLI_math_base.h +++ b/source/blender/blenlib/BLI_math_base.h @@ -241,8 +241,6 @@ MINLINE int mod_i(int i, int n); MINLINE unsigned int highest_order_bit_i(unsigned int n); MINLINE unsigned short highest_order_bit_s(unsigned short n); -MINLINE float shell_angle_to_dist(const float angle); - #if defined(_MSC_VER) && (_MSC_VER < 1800) extern double copysign(double x, double y); extern double round(double x); -- cgit v1.2.3