We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb931c commit 6a21f76Copy full SHA for 6a21f76
include/godot_cpp/core/math_defs.hpp
@@ -44,6 +44,8 @@ namespace godot {
44
#define Math_TAU 6.2831853071795864769252867666
45
#define Math_PI 3.1415926535897932384626433833
46
#define Math_E 2.7182818284590452353602874714
47
+#define Math_INF INFINITY
48
+#define Math_NAN NAN
49
50
#ifdef DEBUG_ENABLED
51
#define MATH_CHECKS
0 commit comments