summaryrefslogtreecommitdiff
path: root/core/math/expression.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-07-20 13:37:13 +0200
committerGitHub <noreply@github.com>2019-07-20 13:37:13 +0200
commit60efd67034724f3563d46e9ff3fd2db34763535b (patch)
treed5dc6ee7c3c64f18cd94db98895c4a09bd7c5aa1 /core/math/expression.h
parent9d6b6dbd2fd61ede0030804332f9def112cf25e4 (diff)
parent6694c119d069d8ff8dc5290d38d2d33625f07807 (diff)
Merge pull request #30693 from Chaosus/lerp_angle
Added lerp_angle built-in function
Diffstat (limited to 'core/math/expression.h')
-rw-r--r--core/math/expression.h1
1 files changed, 1 insertions, 0 deletions
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,