feat: Basic Math Class
This commit is contained in:
parent
0e922bb600
commit
c24f71c4af
7
Game/Physics2D/Primitives/Math.cs
Normal file
7
Game/Physics2D/Primitives/Math.cs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
namespace Syntriax.Engine.Physics2D.Primitives;
|
||||||
|
|
||||||
|
public static class Math
|
||||||
|
{
|
||||||
|
public const float RadianToDegree = 57.29577866666166f;
|
||||||
|
public const float DegreeToRadian = 0.01745329277777778f;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user