Refactor engine to support double-precision vectors

This commit is contained in:
Wojtek Figat
2022-06-13 00:40:32 +02:00
parent f82e370392
commit a881c90b2e
744 changed files with 19062 additions and 12467 deletions

View File

@@ -14,7 +14,7 @@ namespace FlaxEngine
/// <summary>
/// The value for which all absolute numbers smaller than are considered equal to zero.
/// </summary>
public const double Epsilon = 1e-300;
public const double Epsilon = 1e-16;
/// <summary>
/// A value specifying the approximation of π which is 180 degrees.