aboutsummaryrefslogtreecommitdiff
path: root/core/math/math_funcs.h
diff options
context:
space:
mode:
authorHein-Pieter van Braam2017-02-15 14:41:16 +0100
committerHein-Pieter van Braam2017-02-16 18:44:29 +0100
commitb696beea65bbffd31edac169ccf9708f46ab9652 (patch)
tree27bd4f630dda96d028aa0efd7752000844ac996b /core/math/math_funcs.h
parent903a3aa5f0e128abb1fb752c10b343b34af8f799 (diff)
downloadgodot-b696beea65bbffd31edac169ccf9708f46ab9652.tar.gz
godot-b696beea65bbffd31edac169ccf9708f46ab9652.tar.zst
godot-b696beea65bbffd31edac169ccf9708f46ab9652.zip
Diffstat (limited to 'core/math/math_funcs.h')
-rw-r--r--core/math/math_funcs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/math/math_funcs.h b/core/math/math_funcs.h
index 511af9183..51877891e 100644
--- a/core/math/math_funcs.h
+++ b/core/math/math_funcs.h
@@ -39,6 +39,7 @@
#define Math_PI 3.14159265358979323846
#define Math_SQRT12 0.7071067811865475244008443621048490
#define Math_LN2 0.693147180559945309417
+#define Math_NAN NAN
class Math {