From 6694c119d069d8ff8dc5290d38d2d33625f07807 Mon Sep 17 00:00:00 2001 From: Chaosus Date: Sun, 14 Jul 2019 07:30:45 +0300 Subject: Added lerp_angles built-in function Co-authored-by: Xrayez Co-authored-by: DleanJeans --- core/math/expression.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/math/expression.h') diff --git a/core/math/expression.h b/core/math/expression.h index 03a2bb70e6..833220592c 100644 --- a/core/math/expression.h +++ b/core/math/expression.h @@ -67,6 +67,7 @@ public: MATH_STEP_DECIMALS, MATH_STEPIFY, MATH_LERP, + MATH_LERP_ANGLE, MATH_INVERSE_LERP, MATH_RANGE_LERP, MATH_SMOOTHSTEP, -- cgit v1.2.3