diff --git a/Engine.Core/Math.cs b/Engine.Core/Math.cs index 199a661..6c0c6fc 100644 --- a/Engine.Core/Math.cs +++ b/Engine.Core/Math.cs @@ -4,9 +4,10 @@ using System.Numerics; namespace Syntriax.Engine.Core; public static class Math -{/// - /// The value of Pi (π), a mathematical constant approximately equal to 3.14159. - /// +{ + /// + /// The value of Pi (π), a mathematical constant approximately equal to 3.14159. + /// public const float PI = 3.1415926535897932f; ///