chore: Fixed Indentation Mistake

This commit is contained in:
Syntriax 2024-10-20 14:40:58 +03:00
parent fb402acc30
commit f08f721f52
1 changed files with 4 additions and 3 deletions

View File

@ -4,9 +4,10 @@ using System.Numerics;
namespace Syntriax.Engine.Core; namespace Syntriax.Engine.Core;
public static class Math public static class Math
{/// <summary> {
/// The value of Pi (π), a mathematical constant approximately equal to 3.14159. /// <summary>
/// </summary> /// The value of Pi (π), a mathematical constant approximately equal to 3.14159.
/// </summary>
public const float PI = 3.1415926535897932f; public const float PI = 3.1415926535897932f;
/// <summary> /// <summary>