OpenTK.Functions: Method Members

The methods of OpenTK.Functions are listed below. For a list of all members, see the Functions 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(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(float) : float
Convert radians to degrees
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.