1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #12035 from Chaosus/wrapfunc

Added new Wrap functions for numbers
This commit is contained in:
Rémi Verschelde
2017-10-31 23:30:50 +01:00
committed by GitHub
6 changed files with 85 additions and 1 deletions

View File

@@ -77,6 +77,8 @@ public:
MATH_RAD2DEG,
MATH_LINEAR2DB,
MATH_DB2LINEAR,
MATH_WRAP,
MATH_WRAPF,
LOGIC_MAX,
LOGIC_MIN,
LOGIC_CLAMP,