diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2022-01-27 04:04:41 -0800 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2022-01-27 04:04:41 -0800 |
commit | 619249371a40f03cf988d1f5750d643df797c485 (patch) | |
tree | e16d0fdfc8e89004766be4d058d87c47f569a384 /common | |
parent | f8ac1ffe805b13c8b1cd2bc4d4a8362cbe1c2cbe (diff) |
Remove math_defs.h
Diffstat (limited to 'common')
-rw-r--r-- | common/math_defs.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/common/math_defs.h b/common/math_defs.h deleted file mode 100644 index d66923ea..00000000 --- a/common/math_defs.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef AL_MATH_DEFS_H -#define AL_MATH_DEFS_H - -constexpr float Deg2Rad(float x) noexcept -{ return static_cast<float>(x * 1.74532925199432955e-02/*pi/180*/); } - -#endif /* AL_MATH_DEFS_H */ |