mirror of
https://github.com/orange-cpp/omath.git
synced 2026-06-09 16:54:35 +00:00
rebranding moment
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user