Reintroduce Math_INF and Math_NAN defines

This commit is contained in:
Chris Cranford
2025-07-13 00:08:50 -04:00
parent 8bb931c6a9
commit 6a21f76c4d

View File

@@ -44,6 +44,8 @@ namespace godot {
#define Math_TAU 6.2831853071795864769252867666
#define Math_PI 3.1415926535897932384626433833
#define Math_E 2.7182818284590452353602874714
#define Math_INF INFINITY
#define Math_NAN NAN
#ifdef DEBUG_ENABLED
#define MATH_CHECKS