Show / Hide Table of Contents

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.Single

EPSILON_SQUARED

Declaration
public const float EPSILON_SQUARED = 9.99999944E-11F
Field Value
Type Description
System.Single

EPSILON10

Declaration
public const float EPSILON10 = 1E-06F
Field Value
Type Description
System.Single
☀
☾
In This Article
  • Fields
    • EPSILON
    • EPSILON_SQUARED
    • EPSILON10
Back to top
Generated by DocFX
☀
☾