This commit is contained in:
Saikari
2024-12-17 04:55:13 +03:00
committed by GitHub
parent fb3bb115c8
commit 7ff8eb0fb2
20 changed files with 72 additions and 38 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
#include "omath/Angles.hpp"
#include <algorithm>
#include "omath_export.h"
namespace omath
{
@@ -18,7 +18,7 @@ namespace omath
template<class Type = float, Type min = Type(0), Type max = Type(360), AngleFlags flags = AngleFlags::Normalized>
requires std::is_arithmetic_v<Type>
class Angle
class OMATH_API Angle
{
Type m_angle;
constexpr Angle(const Type& degrees)