瀏覽代碼

Merge pull request #1817 from Naros/GH-1816

Reintroduce Math_INF and Math_NAN defines
David Snopek 1 月之前
父節點
當前提交
a2b6f91dbc
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/godot_cpp/core/math_defs.hpp

+ 2 - 0
include/godot_cpp/core/math_defs.hpp

@@ -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