MonoMac.OpenGL.MathHelper: Method Members

The methods 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

Public Methods

static
BinomialCoefficient(int, int) : long
Calculates the binomial coefficient n above k.
static
DegreesToRadians(double) : double
Convert degrees to radians
static
DegreesToRadians(float) : float
Convert degrees to radians
static
Factorial(int) : long
Calculates the factorial of a given natural number.
static
InverseSqrtFast(double) : double
Returns an approximation of the inverse square root of left number.
static
InverseSqrtFast(float) : float
Returns an approximation of the inverse square root of left number.
static
NextPowerOfTwo(double) : double
Returns the next power of two that is larger than the specified number.
static
NextPowerOfTwo(int) : int
Returns the next power of two that is larger than the specified number.
static
NextPowerOfTwo(long) : long
Returns the next power of two that is larger than the specified number.
static
NextPowerOfTwo(float) : float
Returns the next power of two that is larger than the specified number.
static
RadiansToDegrees(double) : double
Convert radians to degrees
static
RadiansToDegrees(float) : float
Convert radians to degrees
static
Swap(ref double, ref double)
Swaps two double values.
static
Swap(ref float, ref float)
Swaps two float values.