Merge branch 'GoldenRatio' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-GoldenRatio
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.6180339887f;
|
||||
|
||||
/// <summary>
|
||||
/// Returns the absolute value of f.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user