Added golden ratio value

This commit is contained in:
W2.Wizard
2021-01-08 12:06:17 +01:00
parent 0e768694b5
commit 0d0340e11a

View File

@@ -36,6 +36,11 @@ namespace FlaxEngine
/// </summary>
public const float PiOverFour = (float)(Math.PI / 4);
/// <summary>
/// A value specifying the golden mean
/// </summary>
public const float GoldenRatio = 1.61803f;
/// <summary>
/// Returns the absolute value of f.
/// </summary>