mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Merge pull request #12035 from Chaosus/wrapfunc
Added new Wrap functions for numbers
This commit is contained in:
commit
ea0e942617
6 changed files with 85 additions and 1 deletions
|
@ -77,6 +77,8 @@ public:
|
|||
MATH_RAD2DEG,
|
||||
MATH_LINEAR2DB,
|
||||
MATH_DB2LINEAR,
|
||||
MATH_WRAP,
|
||||
MATH_WRAPF,
|
||||
LOGIC_MAX,
|
||||
LOGIC_MIN,
|
||||
LOGIC_CLAMP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue