mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-14 07:23:26 +00:00
initial commit
This commit is contained in:
11
include/uml/angles.h
Normal file
11
include/uml/angles.h
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Created by vlad on 11/6/23.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace uml::angles
|
||||
{
|
||||
[[nodiscard]] float RadToDeg(float rads);
|
||||
[[nodiscard]] float DegToRad(float degrees);
|
||||
}
|
||||
Reference in New Issue
Block a user