Added golden ratio value
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user