Increased precision by 5 digits

This commit is contained in:
W2.Wizard
2021-01-08 23:14:09 +01:00
parent 0d0340e11a
commit 2d2d45f568

View File

@@ -39,7 +39,7 @@ namespace FlaxEngine
/// <summary> /// <summary>
/// A value specifying the golden mean /// A value specifying the golden mean
/// </summary> /// </summary>
public const float GoldenRatio = 1.61803f; public const float GoldenRatio = 1.6180339887f;
/// <summary> /// <summary>
/// Returns the absolute value of f. /// Returns the absolute value of f.