diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-08-10 21:06:10 +0700 |
---|---|---|
committer | Poommetee Ketson <poommetee@protonmail.com> | 2017-08-18 21:49:03 +0700 |
commit | d28da86f9ff5a70284e4a2078fa08867d4858a57 (patch) | |
tree | 2942b3cd3fb5900abe9cd1d38963ef68e8037668 /modules/gdscript/gd_functions.h | |
parent | 81dde2687f2f80f5f365a02d68913322d35e9be1 (diff) | |
download | redot-engine-d28da86f9ff5a70284e4a2078fa08867d4858a57.tar.gz |
GDScript Built-in: add inverse_lerp & range_lerp
Diffstat (limited to 'modules/gdscript/gd_functions.h')
-rw-r--r-- | modules/gdscript/gd_functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/gd_functions.h b/modules/gdscript/gd_functions.h index 93cb524118..11dfbd473c 100644 --- a/modules/gdscript/gd_functions.h +++ b/modules/gdscript/gd_functions.h @@ -62,6 +62,8 @@ public: MATH_DECIMALS, MATH_STEPIFY, MATH_LERP, + MATH_INVERSE_LERP, + MATH_RANGE_LERP, MATH_DECTIME, MATH_RANDOMIZE, MATH_RAND, |