Increased precision by 5 digits
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user