OpenTK.MathHelper Members

The members of OpenTK.MathHelper are listed below.

See Also: Inherited members from System.Object

Public Fields

const
Efloat (2.718282). Documentation for this section has not yet been entered.
const
Log10Efloat (0.4342945). Documentation for this section has not yet been entered.
const
Log2Efloat (1.442695). Documentation for this section has not yet been entered.
const
Pifloat (3.141593). Documentation for this section has not yet been entered.
const
PiOver2float (1.570796). Documentation for this section has not yet been entered.
const
PiOver3float (1.047198). Documentation for this section has not yet been entered.
const
PiOver4float (0.7853982). Documentation for this section has not yet been entered.
const
PiOver6float (0.5235988). Documentation for this section has not yet been entered.
const
ThreePiOver2float (4.712389). Documentation for this section has not yet been entered.
const
TwoPifloat (6.283185). Documentation for this section has not yet been entered.

Public Methods

static
BinomialCoefficient(int, int) : long
Documentation for this section has not yet been entered.
static
DegreesToRadians(double) : double
Documentation for this section has not yet been entered.
static
DegreesToRadians(float) : float
Documentation for this section has not yet been entered.
static
Factorial(int) : long
Documentation for this section has not yet been entered.
static
InverseSqrtFast(double) : double
Documentation for this section has not yet been entered.
static
InverseSqrtFast(float) : float
Documentation for this section has not yet been entered.
static
NextPowerOfTwo(double) : double
Documentation for this section has not yet been entered.
static
NextPowerOfTwo(int) : int
Documentation for this section has not yet been entered.
static
NextPowerOfTwo(long) : long
Documentation for this section has not yet been entered.
static
NextPowerOfTwo(float) : float
Documentation for this section has not yet been entered.
static
RadiansToDegrees(double) : double
Documentation for this section has not yet been entered.
static
RadiansToDegrees(float) : float
Documentation for this section has not yet been entered.
static
Swap(ref double, ref double)
Documentation for this section has not yet been entered.
static
Swap(ref float, ref float)
Documentation for this section has not yet been entered.