improved some code

This commit is contained in:
2024-12-08 05:19:49 +03:00
parent eddabf034b
commit fd1bb25ed8
13 changed files with 106 additions and 67 deletions
+6
View File
@@ -144,5 +144,11 @@ namespace omath
{
return operator+(-other);
}
[[nodiscard]]
constexpr Angle operator-() const
{
return {-m_angle};
}
};
}