rebranding moment

This commit is contained in:
2024-07-09 19:29:22 +03:00
parent dd75dc45aa
commit f849d85f75
24 changed files with 105 additions and 70 deletions
+11
View File
@@ -0,0 +1,11 @@
//
// Created by vlad on 11/6/23.
//
#pragma once
namespace omath::angles
{
[[nodiscard]] constexpr float RadiansToDegrees(float rads);
[[nodiscard]] constexpr float DegreesToRadians(float degrees);
}