diff options
Diffstat (limited to 'src/Math/Trig.hpp')
| -rw-r--r-- | src/Math/Trig.hpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/Math/Trig.hpp b/src/Math/Trig.hpp deleted file mode 100644 index 00489a9..0000000 --- a/src/Math/Trig.hpp +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once - -#include "Constants.hpp" - -namespace Math { - -template<typename T> -T radians(T degrees) { - return degrees * PI / 180.0f; -} - -template<typename T> -T degrees(T radians) { - return radians * 180.0f / PI; -} - -} \ No newline at end of file |
