The fields of MonoMac.OpenGL.MathHelper are listed below. For a list of all members, see the MathHelper Members list.
See Also: Inherited members from System.Object
const | E | float (2.718282). Defines the value of E as a float. |
const | Log10E | float (0.4342945). Defines the base-10 logarithm of E. |
const | Log2E | float (1.442695). Defines the base-2 logarithm of E. |
const | Pi | float (3.141593). Defines the value of Pi as a float. |
const | PiOver2 | float (1.570796). Defines the value of Pi divided by two as a float. |
const | PiOver3 | float (1.047198). Defines the value of Pi divided by three as a float. |
const | PiOver4 | float (0.7853982). Definesthe value of Pi divided by four as a float. |
const | PiOver6 | float (0.5235988). Defines the value of Pi divided by six as a float. |
const | ThreePiOver2 | float (4.712389). Defines the value of Pi multiplied by 3 and divided by two as a float. |
const | TwoPi | float (6.283185). Defines the value of Pi multiplied by two as a float. |