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

[Core] Expose approximate equality methods to GDScript

This commit is contained in:
Aaron Franke
2018-07-31 18:34:20 -05:00
parent b2e1c9c276
commit 7f7d97f536
3 changed files with 45 additions and 0 deletions

View File

@@ -59,6 +59,8 @@ public:
MATH_EXP,
MATH_ISNAN,
MATH_ISINF,
MATH_ISEQUALAPPROX,
MATH_ISZEROAPPROX,
MATH_EASE,
MATH_DECIMALS,
MATH_STEPIFY,