1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Added new wrap functions

This commit is contained in:
Chaosus
2017-10-11 20:38:55 +03:00
parent 409e58e67a
commit 216a8aa643
6 changed files with 85 additions and 1 deletions

View File

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