diff options
| author | Goutte | 2017-11-04 10:34:27 +0100 |
|---|---|---|
| committer | Goutte | 2017-11-12 13:32:35 +0100 |
| commit | 91ca725f9b5a4a77ca70024e3bb73b7c7821a530 (patch) | |
| tree | 25e9405df87017425863586ae8ab3f6c756577c5 /core/math/math_funcs.h | |
| parent | c1855dcff14a118828de16e850b0698dc76b25e9 (diff) | |
| download | godot-91ca725f9b5a4a77ca70024e3bb73b7c7821a530.tar.gz godot-91ca725f9b5a4a77ca70024e3bb73b7c7821a530.tar.zst godot-91ca725f9b5a4a77ca70024e3bb73b7c7821a530.zip | |
Diffstat (limited to 'core/math/math_funcs.h')
| -rw-r--r-- | core/math/math_funcs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/math/math_funcs.h b/core/math/math_funcs.h index d5135fe41..bc0b3717e 100644 --- a/core/math/math_funcs.h +++ b/core/math/math_funcs.h @@ -39,6 +39,7 @@ #include <math.h> #define Math_PI 3.14159265358979323846 +#define Math_TAU 6.28318530717958647692 #define Math_SQRT12 0.7071067811865475244008443621048490 #define Math_LN2 0.693147180559945309417 #define Math_INF INFINITY |
