summaryrefslogtreecommitdiffstats
path: root/core/math/expression.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-04-08 10:03:42 +0200
committerGitHub <noreply@github.com>2019-04-08 10:03:42 +0200
commitd211aff777ec338a5f57cece1c7bf76120d0622d (patch)
treec7d6a922eb7e7a5dd3995c366848f39c82338220 /core/math/expression.h
parent5a64c679cfc5463afd4a703b1c6e437d894b22b1 (diff)
parent514a3fb96a6ad97eb9488cacba7143566cb17d27 (diff)
downloadredot-engine-d211aff777ec338a5f57cece1c7bf76120d0622d.tar.gz
Merge pull request #27231 from Chaosus/smoothstep
Added smoothstep 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 fa0878c93c..f9075cb689 100644
--- a/core/math/expression.h
+++ b/core/math/expression.h
@@ -66,6 +66,7 @@ public:
MATH_LERP,
MATH_INVERSE_LERP,
MATH_RANGE_LERP,
+ MATH_SMOOTHSTEP,
MATH_DECTIME,
MATH_RANDOMIZE,
MATH_RAND,