Click or drag to resize

MathHelper Fields

The MathHelper type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberE
Represents the mathematical constant e(2.71828175).
Public fieldStatic memberLog10E
Represents the log base ten of e(0.4342945).
Public fieldStatic memberLog2E
Represents the log base two of e(1.442695).
Public fieldStatic memberPi
Represents the value of pi(3.14159274).
Public fieldStatic memberPiOver2
Represents the value of pi divided by two(1.57079637).
Public fieldStatic memberPiOver4
Represents the value of pi divided by four(0.7853982).
Public fieldStatic memberTwoPi
Represents the value of pi times two(6.28318548).
Top
See Also