fixed bug

This commit is contained in:
2024-12-04 06:15:03 +03:00
parent dc3fcafd48
commit 2e151df478

View File

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