Class Constant
- Namespace
- Alis.Core.Aspect.Math.Util
- Assembly
- Alis.dll
The math constants class
public static class ConstantInheritance
Inherited Members
Fields
E
Represents the mathematical constant e(2.71828175).
public const float E = 2.7182817Field Value
Epsilon
The epsilon
public const float Epsilon = 1.1920929E-07Field Value
Euler
The euler
public const float Euler = 2.7182817Field Value
Log10E
Represents the log base ten of e(0.4342945).
public const float Log10E = 0.4342945Field Value
Log2E
Represents the log base two of e(1.442695).
public const float Log2E = 1.442695Field Value
Pi
Represents the value of pi(3.14159274).
public const float Pi = 3.1415927Field Value
PiOver2
Represents the value of pi divided by two(1.57079637).
public const float PiOver2 = 1.5707964Field Value
PiOver4
Represents the value of pi divided by four(0.7853982).
public const float PiOver4 = 0.7853982Field Value
Tau
Represents the value of pi times two(6.28318548). This is an alias of TwoPi.
public const float Tau = 6.2831855Field Value
TwoPi
Represents the value of pi times two(6.28318548).
public const float TwoPi = 6.2831855