fixed bug

This commit is contained in:
2024-12-04 06:15:03 +03:00
parent 0afa20b4e5
commit db060e7f4d

View File

@@ -65,7 +65,7 @@ namespace omath
[[nodiscard]]
constexpr Type AsRadians() const
{
return angles::RadiansToDegrees(m_angle);
return angles::DegreesToRadians(m_angle);
}
[[nodiscard]]