chore: Fixed Indentation Mistake
This commit is contained in:
parent
fb402acc30
commit
f08f721f52
|
@ -4,7 +4,8 @@ using System.Numerics;
|
|||
namespace Syntriax.Engine.Core;
|
||||
|
||||
public static class Math
|
||||
{/// <summary>
|
||||
{
|
||||
/// <summary>
|
||||
/// The value of Pi (π), a mathematical constant approximately equal to 3.14159.
|
||||
/// </summary>
|
||||
public const float PI = 3.1415926535897932f;
|
||||
|
|
Loading…
Reference in New Issue