mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-14 07:23:26 +00:00
refactored projectile prediction
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
|
||||
namespace uml::angles
|
||||
{
|
||||
[[nodiscard]] float RadToDeg(float rads);
|
||||
[[nodiscard]] float DegToRad(float degrees);
|
||||
[[nodiscard]] float RadiansToDegrees(float rads);
|
||||
[[nodiscard]] float DegreesToRadians(float degrees);
|
||||
}
|
||||
Reference in New Issue
Block a user