Class MyMathConstants
Inheritance
System.Object
MyMathConstants
Namespace: VRage.Utils
Assembly: VRage.dll
Syntax
public static class MyMathConstants : Object
Fields
EPSILON
Declaration
public const float EPSILON = 1E-05F
Field Value
Type | Description |
---|---|
System. |
EPSILON_SQUARED
Declaration
public const float EPSILON_SQUARED = 9.99999944E-11F
Field Value
Type | Description |
---|---|
System. |
EPSILON10
Declaration
public const float EPSILON10 = 1E-06F
Field Value
Type | Description |
---|---|
System. |